This commit is contained in:
lenheart 2025-03-27 20:24:19 +08:00
parent 21f64fbd9e
commit f2992c2a86
214 changed files with 18814 additions and 316 deletions

3
.gitignore vendored
View File

@ -360,4 +360,5 @@ MigrationBackup/
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
.build/

21
.vscode/launch.json vendored
View File

@ -11,7 +11,6 @@
"program": "/home/neople/game/df_game_r",
"args": ["siroco15","start"],
"stopAtEntry": false,
"stopOnException": false,
"cwd": "/home/neople/game/",
"environment": [{
"name": "LD_PRELOAD",
@ -31,26 +30,6 @@
"ignoreFailures": true
}
]
},
{
"name": "(gdb) 附加",
"type": "cppdbg",
"request": "attach",
"program": "/home/neople/game/df_game_r",
"MIMode": "gdb",
// "setupCommands": [
// {
// "description": "为 gdb 启用整齐打印",
// "text": "-enable-pretty-printing",
// "ignoreFailures": true
// },
// {
// "description": "将反汇编风格设置为 Intel",
// "text": "-gdb-set disassembly-flavor intel",
// "ignoreFailures": true
// }
// ]
}
]
}

View File

@ -9,7 +9,10 @@ set(CMAKE_CXX_FLAGS "-m32")
PROJECT(Dnf_Projet)
add_compile_options(-Wno-pointer-arith)
add_compile_options(
-Wno-pointer-arith
-fvisibility=hidden
-fno-asynchronous-unwind-tables)
# ,
ADD_SUBDIRECTORY(src)
# ADD_SUBDIRECTORY(test)

View File

@ -1183,7 +1183,7 @@
}
],
"type" : "STATIC",
"value" : "general;libstdc++.a;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsqstdlib_static;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsquirrel_static;general;-L/home/dnf_project/dnf_project/build/lib/mysql/lib;general;libmysqlclient.a;general;-lpthread;general;-L/home/openssl/openssl-3.0.13;general;libssl.a;general;-L/home/openssl/openssl-3.0.13;general;libcrypto.a;general;-L/home/dnf_project/dnf_project/build/lib/frida;general;libfrida-gum.a;general;-ldl;general;-pthread;general;-lresolv;general;libffi.a;general;-L/home/opencc/build/src;general;libopencc.a;"
"value" : "general;libstdc++.a;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsqstdlib_static;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsquirrel_static;general;-L/home/dnf_project/dnf_project/build/lib/mysql/lib;general;libmysqlclient.a;general;-lpthread;general;-L/home/openssl/openssl-3.0.13;general;libssl.a;general;-L/home/openssl/openssl-3.0.13;general;libcrypto.a;general;-L/home/dnf_project/dnf_project/build/lib/frida;general;libfrida-gum.a;general;-ldl;general;-pthread;general;-lresolv;general;libffi.a;general;-L/home/opencc/build/src;general;libopencc.a;general;libkeystone.a;"
}
],
"kind" : "cache",

View File

@ -55,7 +55,7 @@
{
"directoryIndex" : 1,
"id" : "hook_aurora::@145eef247bfb46b6828c",
"jsonFile" : "target-hook_aurora-Release-87f5d5808d11beae8331.json",
"jsonFile" : "target-hook_aurora-Release-f90041ece38a8c30e4cb.json",
"name" : "hook_aurora",
"projectIndex" : 0
}

View File

@ -26,7 +26,7 @@
"objects" :
[
{
"jsonFile" : "codemodel-v2-4c3d847902a6992819cd.json",
"jsonFile" : "codemodel-v2-2d11f1bfb83497b4ce22.json",
"kind" : "codemodel",
"version" :
{
@ -35,7 +35,7 @@
}
},
{
"jsonFile" : "cache-v2-7a2275c555d9afa8ab39.json",
"jsonFile" : "cache-v2-ae0a2730b318567bc76c.json",
"kind" : "cache",
"version" :
{
@ -90,7 +90,7 @@
"responses" :
[
{
"jsonFile" : "cache-v2-7a2275c555d9afa8ab39.json",
"jsonFile" : "cache-v2-ae0a2730b318567bc76c.json",
"kind" : "cache",
"version" :
{
@ -99,7 +99,7 @@
}
},
{
"jsonFile" : "codemodel-v2-4c3d847902a6992819cd.json",
"jsonFile" : "codemodel-v2-2d11f1bfb83497b4ce22.json",
"kind" : "codemodel",
"version" :
{

View File

@ -0,0 +1,841 @@
{
"artifacts" :
[
{
"path" : "/dp_s/lib/libAurora.so"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"ADD_LIBRARY",
"target_link_libraries",
"add_compile_options",
"add_compile_definitions",
"include_directories"
],
"files" :
[
"src/CMakeLists.txt",
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 42,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 49,
"parent" : 0
},
{
"file" : 1
},
{
"command" : 2,
"file" : 1,
"line" : 12,
"parent" : 3
},
{
"command" : 3,
"file" : 0,
"line" : 29,
"parent" : 0
},
{
"command" : 4,
"file" : 0,
"line" : 28,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "-m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11"
},
{
"backtrace" : 4,
"fragment" : "-Wno-pointer-arith"
},
{
"backtrace" : 4,
"fragment" : "-fvisibility=hidden"
},
{
"backtrace" : 4,
"fragment" : "-fno-asynchronous-unwind-tables"
}
],
"defines" :
[
{
"backtrace" : 5,
"define" : "ASMJIT_STATIC"
},
{
"define" : "hook_aurora_EXPORTS"
}
],
"includes" :
[
{
"backtrace" : 6,
"path" : "/home/dnf_project/dnf_project/include"
},
{
"backtrace" : 6,
"path" : "/home/dnf_project/dnf_project/include/Squirrel"
},
{
"backtrace" : 6,
"path" : "/home/dnf_project/dnf_project/lib/mysql/include"
},
{
"backtrace" : 6,
"path" : "/home/asio/asio-1.28.0/include"
},
{
"backtrace" : 6,
"path" : "/home/dnf_project/dnf_project/src"
},
{
"backtrace" : 6,
"path" : "/home/dnf_project/dnf_project/src/sdk"
},
{
"backtrace" : 6,
"path" : "/home/muduo-2.0.2"
},
{
"backtrace" : 6,
"path" : "/home/squirrel-master/squirrel-master/include"
}
],
"language" : "CXX",
"languageStandard" :
{
"backtraces" :
[
1
],
"standard" : "11"
},
"sourceIndexes" :
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62
]
}
],
"id" : "hook_aurora::@145eef247bfb46b6828c",
"link" :
{
"commandFragments" :
[
{
"fragment" : "",
"role" : "flags"
},
{
"fragment" : "-Wl,-Bstatic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lstdc++",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bdynamic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-L/home/squirrel-master/squirrel-master/build/lib",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lsqstdlib_static",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-L/home/squirrel-master/squirrel-master/build/lib",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lsquirrel_static",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-L/home/dnf_project/dnf_project/build/lib/mysql/lib",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bstatic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lmysqlclient",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bdynamic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lpthread",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-L/home/openssl/openssl-3.0.13",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bstatic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lssl",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bdynamic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-L/home/openssl/openssl-3.0.13",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bstatic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lcrypto",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bdynamic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-L/home/dnf_project/dnf_project/build/lib/frida",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bstatic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lfrida-gum",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bdynamic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-ldl",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-pthread",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lresolv",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bstatic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lffi",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bdynamic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-L/home/opencc/build/src",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bstatic",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lopencc",
"role" : "libraries"
},
{
"backtrace" : 2,
"fragment" : "-lkeystone",
"role" : "libraries"
},
{
"fragment" : "-Wl,-Bdynamic",
"role" : "libraries"
}
],
"language" : "CXX"
},
"name" : "hook_aurora",
"nameOnDisk" : "libAurora.so",
"paths" :
{
"build" : "src",
"source" : "src"
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64assembler.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64builder.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64compiler.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64emithelper.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64formatter.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64func.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64instapi.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64instdb.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64operand.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/a64rapass.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/arm/armformatter.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/archtraits.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/assembler.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/builder.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/codeholder.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/codewriter.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/compiler.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/constpool.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/cpuinfo.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/emithelper.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/emitter.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/emitterutils.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/environment.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/errorhandler.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/formatter.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/func.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/funcargscontext.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/globals.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/inst.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/jitallocator.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/jitruntime.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/logger.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/operand.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/osutils.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/ralocal.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/rapass.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/rastack.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/string.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/support.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/target.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/type.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/virtmem.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/zone.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/zonehash.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/zonelist.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/zonestack.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/zonetree.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/core/zonevector.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86assembler.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86builder.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86compiler.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86emithelper.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86formatter.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86func.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86instapi.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86instdb.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86operand.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/asmjit/x86/x86rapass.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/df_main.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/Tool.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/l_squirrel.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/l_socket.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "src/CConnectPool.cpp",
"sourceGroupIndex" : 0
}
],
"type" : "SHARED_LIBRARY"
}

Binary file not shown.

View File

@ -1,67 +1,66 @@
# ninja log v5
2 1084 1740046845730229631 src/CMakeFiles/hook_aurora.dir/controller.cpp.o cff6ea141f58eb3b
5202 5621 1740045418029819385 src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o f5a042e176a2ef9d
1986 2391 1740045414800816062 src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o 4ef9ecf66edc229a
986 1442 1740045413847815081 src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o 3379b3d0f174f6c5
4 306 1740045412714813915 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o af2d2be8a653c1d4
3 573 1740045412983814192 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o ed9844b273ff7056
2946 3169 1740045415579816864 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o 5ce17c83080df046
2747 2915 1740045415325816602 src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o d55fe211a7895ead
4095 4996 1740045417404818742 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o 82c670e4badad47a
1866 2036 1740045414443815695 src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o 864f70013a450f50
4333 5461 1740045417871819223 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o a9b293ddde505e2c
681 1267 1740045413675814904 src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o 13d326e6e12cea9d
2546 2872 1740045415282816558 src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o 1d837aab8f950b1e
1840 2018 1740045414428815679 src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o 89b76dbd416df921
438 681 1740045413089814301 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o 6fb66f84490410ad
3186 3364 1740045415767817057 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o 4a19f5c66c002b96
3169 3405 1740045415814817106 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o e663ba38970d4087
846 1585 1740045413993815232 src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o 795e9e4e1139cf98
2915 3207 1740045415616816902 src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o 69a64766461eaa40
3405 4332 1740045416742818061 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o 4dc537b1818594d2
2310 2507 1740045414917816182 src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o 75da58ea2bf305f5
3352 3922 1740045416332817639 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o d652eba655bbfaca
297 846 1740045413256814473 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o 54e73829399ae8f2
2231 2631 1740045415040816309 src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o d43d64b53da31c29
871 1590 1740045414000815239 src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o 902d6ac1e3b77114
2 6344 1740046850989234860 src/CMakeFiles/hook_aurora.dir/df_main.cpp.o 3f98864f0f9032b2
3039 3191 1740045415580816865 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o 5833f68732dd3da3
573 1691 1740045414101815343 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o 813b118f83f2af8d
591 871 1740045413280814498 src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o 94866640f27dd299
306 595 1740045412993814202 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o ee9c91dbf6820780
3364 4293 1740045416703818021 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o e94b9be655f117b4
2534 3934 1740045416332817639 src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o 47a0a7ce575ddd31
3922 5245 1740045417655819000 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o 2a3b4f46c12771ac
1442 1823 1740045414231815476 src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o 21477fd17c2ab170
3191 4981 1740045417390818728 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o 51ef50d6a6e97791
3 297 1740045412704813905 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o b7dbae085c3fb0b
5 437 1740045412847814052 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o dc7bb1bbb123868f
2282 2534 1740045414944816210 src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o 6895eb2d7b5d774d
4293 4813 1740045417222818555 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o 8fa76d79b9c23cbb
2391 2603 1740045415012816280 src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o eae8e1d4d71afe76
4981 15815 1740045428220829873 src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o 6d661aaa246b9ac6
2507 3175 1740045415580816865 src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o 57c191f64d7e9c50
1267 1840 1740045414250815496 src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o ea298fa1a7ad94fc
2631 2946 1740045415356816634 src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o 194081194aa60ccd
3207 4095 1740045416505817817 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o fa23d521edb50ee8
2036 2310 1740045414720815980 src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o 9ddf873ed1de7700
2056 2282 1740045414692815951 src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o f2d3288884609a58
2 2056 1740045414466815718 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o baad399dea5a8a16
595 986 1740045413396814617 src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o 7cf26b01391605bc
1823 2231 1740045414639815896 src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o af0280ae177e4e5
1585 1866 1740045414274815521 src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o 36f24558b20aebeb
1590 2032 1740045414441815693 src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o 234a334f31d6d029
2872 3186 1740045415579816864 src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o 334c5309bbf662ca
2018 2546 1740045414951816217 src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o b140f85e2bb8f34d
2357 2630 1740045415040816309 src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o c3287ef24852d73c
1691 1986 1740045414391815641 src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o 3a3b7ff41b4e3dbf
3 518 1740046964127347349 /dp_s/lib/libAurora.so a24e7e42efd91713
3175 3352 1740045415762817052 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o 50fadc63f7b1848d
4996 12577 1740045424983826542 src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o 34d6fe34942d7baf
2032 2357 1740045414765816026 src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o cc97c268274e6eb2
2 591 1740045413000814210 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o f2a7de14e99edf57
2630 2747 1740045415156816428 src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o 18c65b3575f7e5d5
3934 4782 1740045417192818524 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o 55312cdd386738a1
4813 5202 1740045417611818955 src/CMakeFiles/hook_aurora.dir/Tool.cpp.o 9a35092c98186d43
2603 3039 1740045415449816730 src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o 320c6c01f3f1c4
2 526 1740046977820360963 /dp_s/lib/libAurora.so a24e7e42efd91713
6004 6377 1743075890763917605 src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o d5e777fa71d429b9
2202 2831 1743075887216905300 src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o 6d49997954718471
1331 1689 1743075886078901353 src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o d96471a645b21f93
4 537 1743075884926897356 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o 5f47e18ef389095c
3 631 1743075885018897676 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o aaa49035e695551a
3341 3696 1743075888084908311 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o 617fc8ba0aaed624
3283 3727 1743075888115908419 src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o 8ac17af5f2587a88
4657 5214 1743075889600913570 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o 5cf9280386b4d5c8
2124 2380 1743075886768903746 src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o 9cad27c29101ab7c
5067 6246 1743075890634917157 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o 4d945ff312e890d9
876 1341 1743075885727900135 src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o ff5d4344d2eac4dd
2914 3298 1743075887682906917 src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o 4ba6f35257111039
2110 2355 1743075886740903649 src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o a4ea27003e5a7f87
496 839 1743075885228898404 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o a0cc912c68345b36
3677 4005 1743075888393909383 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o b5ff4db045a19eee
3553 3856 1743075888244908867 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o cd14269124336fdf
904 1746 1743075886135901550 src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o d47e193228e19111
3333 3522 1743075887911907711 src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o 29f8921b0d565321
4005 4850 1743075889239912318 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o e5e642a4f2b5d8ab
2659 2914 1743075887302905599 src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o a98eaa11ab94f977
3795 4537 1743075888925911229 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o 815845f90ced595a
277 876 1743075885265898532 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o a1dab4b699dde43
2380 3087 1743075887474906195 src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o 4547b72f9dfcf414
1095 2202 1743075886589903125 src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o 7a143354a9cc5d24
5074 13661 1743075898048942877 src/CMakeFiles/hook_aurora.dir/df_main.cpp.o 5b741b9e95b878ee
3522 3677 1743075888066908249 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o e0f1faaee5255736
537 1331 1743075885719900107 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o 2150a803e69739a5
631 1095 1743075885483899289 src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o 206ce6abf10b8c01
474 904 1743075885291898623 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o 508572c3ab30bda3
3856 5067 1743075889454913064 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o 9c32f74c679e5630
2890 4657 1743075889045911645 src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o acac8b5a821e357b
4488 5074 1743075889459913081 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o b4d485b1e9c6b91f
1470 1889 1743075886273902029 src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o c8b5d75e635bb96a
3696 7222 1743075891611920547 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o 1acd4932c54b5b03
2 474 1743075884859897124 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o 35a18c3b4d2fbb11
6 496 1743075884873897173 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o ce4f60814aee35e8
2608 3067 1743075887456906133 src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o fbb8f78d177236ac
4850 5115 1743075889504913237 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o 3d823b30ad3f8b05
2745 2890 1743075887279905519 src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o 1b37b74472ca535d
5214 17864 1743075902248957446 src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o ad4d8ebbe7fcea67
2831 3553 1743075887942907819 src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o 82729fd430ce0122
1341 2110 1743075886498902810 src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o aa97830ff3ecd7b9
3087 3341 1743075887727907073 src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o 6c2fadb8e5b75005
3727 4488 1743075888876911059 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o 9ca1d51d452337e3
2342 2659 1743075887047904714 src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o 9645419284cc87bd
2355 2690 1743075887075904811 src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o 933ac4c39d20bcc0
2 1912 1743075886300902123 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o 4e18cd56771e14de
839 1470 1743075885857900586 src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o 7bff10f5bd0236a5
1912 2255 1743075886643903313 src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o 1f1cc6f27ecb4ab0
1689 2124 1743075886499902813 src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o f9792d08d397bd73
1746 2321 1743075886709903542 src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o 681a2c12d73a0e23
3298 3584 1743075887970907916 src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o f0f473e66acb4141
2255 2608 1743075886996904537 src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o f67e9c1218885390
2690 2965 1743075887354905779 src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o ae2e9488e704e000
1889 2342 1743075886713903556 src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o bc5158f903a53534
3 1473 1743077155023307573 /dp_s/lib/libAurora.so 2db8848d7563c806
3584 3795 1743075888183908655 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o 50c07ccf17df19b2
5525 13891 1743075898276943667 src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o c35952f61ff79851
2321 2745 1743075887133905012 src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o e9ad54607b541d82
2 277 1743075884664896448 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o 35ab8a3b727ea78e
3067 3333 1743075887721907052 src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o db09a9efa1fbc093
4537 6004 1743075890392916318 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o 42e2e04771ce944a
5115 5524 1743075889913914656 src/CMakeFiles/hook_aurora.dir/Tool.cpp.o add055bdb95945c8
2965 3283 1743075887671906879 src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o ae74dc3a906afc54
2 1534 1743077389975124717 /dp_s/lib/libAurora.so 2db8848d7563c806

View File

@ -218,7 +218,7 @@ Dnf_Projet_IS_TOP_LEVEL:STATIC=ON
Dnf_Projet_SOURCE_DIR:STATIC=/home/dnf_project/dnf_project
//Dependencies for the target
hook_aurora_LIB_DEPENDS:STATIC=general;libstdc++.a;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsqstdlib_static;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsquirrel_static;general;-L/home/dnf_project/dnf_project/build/lib/mysql/lib;general;libmysqlclient.a;general;-lpthread;general;-L/home/openssl/openssl-3.0.13;general;libssl.a;general;-L/home/openssl/openssl-3.0.13;general;libcrypto.a;general;-L/home/dnf_project/dnf_project/build/lib/frida;general;libfrida-gum.a;general;-ldl;general;-pthread;general;-lresolv;general;libffi.a;general;-L/home/opencc/build/src;general;libopencc.a;
hook_aurora_LIB_DEPENDS:STATIC=general;libstdc++.a;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsqstdlib_static;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsquirrel_static;general;-L/home/dnf_project/dnf_project/build/lib/mysql/lib;general;libmysqlclient.a;general;-lpthread;general;-L/home/openssl/openssl-3.0.13;general;libssl.a;general;-L/home/openssl/openssl-3.0.13;general;libcrypto.a;general;-L/home/dnf_project/dnf_project/build/lib/frida;general;libfrida-gum.a;general;-ldl;general;-pthread;general;-lresolv;general;libffi.a;general;-L/home/opencc/build/src;general;libopencc.a;general;libkeystone.a;
########################

View File

@ -61,25 +61,25 @@ events:
checks:
- "Detecting C compiler ABI info"
directories:
source: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-qHQzKS"
binary: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-qHQzKS"
source: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-jPy7HH"
binary: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-jPy7HH"
cmakeVariables:
CMAKE_C_FLAGS: "-m32"
buildResult:
variable: "CMAKE_C_ABI_COMPILED"
cached: true
stdout: |
Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-qHQzKS
Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-jPy7HH
Run Build Command(s):/usr/bin/ninja-build -v cmTC_bc0b7 && [1/2] /usr/bin/gcc -m32 -v -o CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o -c /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCCompilerABI.c
Run Build Command(s):/usr/bin/ninja-build -v cmTC_534f7 && [1/2] /usr/bin/gcc -m32 -v -o CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o -c /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v -imultilib 32 /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -m32 -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccpSRenS.s
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v -imultilib 32 /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -m32 -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccHJ9wlH.s
GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
@ -95,13 +95,13 @@ events:
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 231b3394950636dbfe0428e88716bc73
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
as -v --32 -o CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o /tmp/ccpSRenS.s
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
as -v --32 -o CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o /tmp/ccHJ9wlH.s
GNU assembler version 2.27 (x86_64-redhat-linux) using BFD version version 2.27-44.base.el7_9.1
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
[2/2] : && /usr/bin/gcc -m32 -v -rdynamic CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o -o cmTC_bc0b7 && :
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
[2/2] : && /usr/bin/gcc -m32 -v -rdynamic CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o -o cmTC_534f7 && :
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
@ -111,8 +111,8 @@ events:
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-m32' '-v' '-rdynamic' '-o' 'cmTC_bc0b7' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_bc0b7 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-m32' '-v' '-rdynamic' '-o' 'cmTC_534f7' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_534f7 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crtn.o
exitCode: 0
-
@ -144,17 +144,17 @@ events:
message: |
Parsed C implicit link information:
link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
ignore line: [Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-qHQzKS]
ignore line: [Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-jPy7HH]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/ninja-build -v cmTC_bc0b7 && [1/2] /usr/bin/gcc -m32 -v -o CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o -c /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCCompilerABI.c]
ignore line: [Run Build Command(s):/usr/bin/ninja-build -v cmTC_534f7 && [1/2] /usr/bin/gcc -m32 -v -o CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o -c /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCCompilerABI.c]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/gcc]
ignore line: [Target: x86_64-redhat-linux]
ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c c++ objc obj-c++ java fortran ada go lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v -imultilib 32 /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -m32 -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccpSRenS.s]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v -imultilib 32 /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -m32 -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccHJ9wlH.s]
ignore line: [GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux)]
ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44) GMP version 6.0.0 MPFR version 3.1.1 MPC version 1.0.1]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
@ -170,13 +170,13 @@ events:
ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44) GMP version 6.0.0 MPFR version 3.1.1 MPC version 1.0.1]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 231b3394950636dbfe0428e88716bc73]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --32 -o CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o /tmp/ccpSRenS.s]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --32 -o CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o /tmp/ccHJ9wlH.s]
ignore line: [GNU assembler version 2.27 (x86_64-redhat-linux) using BFD version version 2.27-44.base.el7_9.1]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [[2/2] : && /usr/bin/gcc -m32 -v -rdynamic CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o -o cmTC_bc0b7 && :]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [[2/2] : && /usr/bin/gcc -m32 -v -rdynamic CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o -o cmTC_534f7 && :]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/gcc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper]
@ -186,8 +186,8 @@ events:
ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-rdynamic' '-o' 'cmTC_bc0b7' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_bc0b7 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crtn.o]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-rdynamic' '-o' 'cmTC_534f7' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_534f7 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crtn.o]
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore
arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
@ -199,7 +199,7 @@ events:
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_bc0b7] ==> ignore
arg [cmTC_534f7] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o]
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o]
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o]
@ -209,7 +209,7 @@ events:
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..]
arg [CMakeFiles/cmTC_bc0b7.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [CMakeFiles/cmTC_534f7.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
@ -245,25 +245,25 @@ events:
checks:
- "Detecting CXX compiler ABI info"
directories:
source: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-DyhmwU"
binary: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-DyhmwU"
source: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-4rbMBy"
binary: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-4rbMBy"
cmakeVariables:
CMAKE_CXX_FLAGS: "-m32"
buildResult:
variable: "CMAKE_CXX_ABI_COMPILED"
cached: true
stdout: |
Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-DyhmwU
Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-4rbMBy
Run Build Command(s):/usr/bin/ninja-build -v cmTC_39d76 && [1/2] /usr/bin/g++ -m32 -v -o CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o -c /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp
Run Build Command(s):/usr/bin/ninja-build -v cmTC_91390 && [1/2] /usr/bin/g++ -m32 -v -o CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o -c /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -imultilib 32 -D_GNU_SOURCE /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -m32 -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/cciruF9Y.s
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -imultilib 32 -D_GNU_SOURCE /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -m32 -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/cc6AUTUN.s
GNU C++ (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux)
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
@ -282,13 +282,13 @@ events:
compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 51b2dcccf6085e5bfbbf3932e5685252
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
as -v --32 -o CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o /tmp/cciruF9Y.s
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
as -v --32 -o CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc6AUTUN.s
GNU assembler version 2.27 (x86_64-redhat-linux) using BFD version version 2.27-44.base.el7_9.1
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
[2/2] : && /usr/bin/g++ -m32 -v -rdynamic CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_39d76 && :
COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
[2/2] : && /usr/bin/g++ -m32 -v -rdynamic CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_91390 && :
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
@ -298,8 +298,8 @@ events:
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-m32' '-v' '-rdynamic' '-o' 'cmTC_39d76' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_39d76 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-m32' '-v' '-rdynamic' '-o' 'cmTC_91390' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_91390 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crtn.o
exitCode: 0
-
@ -337,17 +337,17 @@ events:
message: |
Parsed CXX implicit link information:
link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
ignore line: [Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-DyhmwU]
ignore line: [Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-4rbMBy]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/ninja-build -v cmTC_39d76 && [1/2] /usr/bin/g++ -m32 -v -o CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o -c /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Run Build Command(s):/usr/bin/ninja-build -v cmTC_91390 && [1/2] /usr/bin/g++ -m32 -v -o CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o -c /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/g++]
ignore line: [Target: x86_64-redhat-linux]
ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c c++ objc obj-c++ java fortran ada go lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux]
ignore line: [Thread model: posix]
ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -imultilib 32 -D_GNU_SOURCE /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -m32 -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/cciruF9Y.s]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -imultilib 32 -D_GNU_SOURCE /home/software/cmake-3.26.3-linux-x86_64/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -m32 -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/cc6AUTUN.s]
ignore line: [GNU C++ (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux)]
ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44) GMP version 6.0.0 MPFR version 3.1.1 MPC version 1.0.1]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
@ -366,13 +366,13 @@ events:
ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44) GMP version 6.0.0 MPFR version 3.1.1 MPC version 1.0.1]
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 51b2dcccf6085e5bfbbf3932e5685252]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --32 -o CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o /tmp/cciruF9Y.s]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --32 -o CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc6AUTUN.s]
ignore line: [GNU assembler version 2.27 (x86_64-redhat-linux) using BFD version version 2.27-44.base.el7_9.1]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [[2/2] : && /usr/bin/g++ -m32 -v -rdynamic CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_39d76 && :]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-o' 'CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [[2/2] : && /usr/bin/g++ -m32 -v -rdynamic CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_91390 && :]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/g++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper]
@ -382,8 +382,8 @@ events:
ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-rdynamic' '-o' 'cmTC_39d76' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_39d76 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crtn.o]
ignore line: [COLLECT_GCC_OPTIONS='-m32' '-v' '-rdynamic' '-o' 'cmTC_91390' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_i386 -export-dynamic -dynamic-linker /lib/ld-linux.so.2 -o cmTC_91390 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crtn.o]
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore
arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
@ -395,7 +395,7 @@ events:
arg [-dynamic-linker] ==> ignore
arg [/lib/ld-linux.so.2] ==> ignore
arg [-o] ==> ignore
arg [cmTC_39d76] ==> ignore
arg [cmTC_91390] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crt1.o]
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib/crti.o]
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o] ==> obj [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32/crtbegin.o]
@ -405,7 +405,7 @@ events:
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..]
arg [CMakeFiles/cmTC_39d76.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [CMakeFiles/cmTC_91390.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
@ -442,18 +442,18 @@ events:
checks:
- "Detecting CXX compile features"
directories:
source: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-eRvuvW"
binary: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-eRvuvW"
source: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-JJ2cIp"
binary: "/home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-JJ2cIp"
cmakeVariables:
CMAKE_CXX_FLAGS: "-m32"
buildResult:
variable: "CMAKE_CXX_FEATURE_TEST"
cached: true
stdout: |
Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-eRvuvW
Change Dir: /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-JJ2cIp
Run Build Command(s):/usr/bin/ninja-build -v cmTC_032a0 && [1/2] /usr/bin/g++ -m32 -std=c++1y -o CMakeFiles/cmTC_032a0.dir/feature_tests.cxx.o -c /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-eRvuvW/feature_tests.cxx
[2/2] : && /usr/bin/g++ -m32 -rdynamic CMakeFiles/cmTC_032a0.dir/feature_tests.cxx.o -o cmTC_032a0 && :
Run Build Command(s):/usr/bin/ninja-build -v cmTC_6a934 && [1/2] /usr/bin/g++ -m32 -std=c++1y -o CMakeFiles/cmTC_6a934.dir/feature_tests.cxx.o -c /home/dnf_project/dnf_project/build/CMakeFiles/CMakeScratch/TryCompile-JJ2cIp/feature_tests.cxx
[2/2] : && /usr/bin/g++ -m32 -rdynamic CMakeFiles/cmTC_6a934.dir/feature_tests.cxx.o -o cmTC_6a934 && :
exitCode: 0
...

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<Site BuildName="(empty)"
BuildStamp="20250325-0925-Experimental"
Name="(empty)"
Generator="ctest-3.26.3"
CompilerName=""
CompilerVersion=""
OSName="Linux"
Hostname="localhost.localdomain"
OSRelease="3.10.0-862.el7.x86_64"
OSVersion="#1 SMP Fri Apr 20 16:44:24 UTC 2018"
OSPlatform="x86_64"
Is64Bits="1"
VendorString="AuthenticAMD"
VendorID="Advanced Micro Devices"
FamilyID="25"
ModelID="80"
ProcessorCacheSize="512"
NumberOfLogicalCPU="4"
NumberOfPhysicalCPU="2"
TotalVirtualMemory="3967"
TotalPhysicalMemory="20864"
LogicalProcessorsPerPhysical="2"
ProcessorClockFrequency="3892.59"
>
<Testing>
<StartDateTime>Mar 25 17:25 CST</StartDateTime>
<StartTestTime>1742894722</StartTestTime>
<TestList/>
<EndDateTime>Mar 25 17:25 CST</EndDateTime>
<EndTestTime>1742894722</EndTestTime>
<ElapsedMinutes>0</ElapsedMinutes>
</Testing>
</Site>

3
build/Testing/TAG Normal file
View File

@ -0,0 +1,3 @@
20250325-0925
Experimental
Experimental

View File

@ -0,0 +1 @@
---

View File

@ -81,7 +81,7 @@ build cmake_object_order_depends_target_hook_aurora: phony || src/CMakeFiles/hoo
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64assembler.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -89,7 +89,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o: CXX_COMPILER
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64builder.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -97,7 +97,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64compiler.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -105,7 +105,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o: CXX_COMPILER_
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64emithelper.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -113,7 +113,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o: CXX_COMPILE
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64formatter.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -121,7 +121,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o: CXX_COMPILER
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64func.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -129,7 +129,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o: CXX_COMPILER__hoo
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64instapi.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -137,7 +137,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64instdb.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -145,7 +145,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o: CXX_COMPILER__h
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64operand.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -153,7 +153,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/a64rapass.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -161,7 +161,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o: CXX_COMPILER__h
build src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/arm/armformatter.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/arm
@ -169,7 +169,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o: CXX_COMPILER
build src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/archtraits.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -177,7 +177,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o: CXX_COMPILER_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/assembler.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -185,7 +185,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/builder.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -193,7 +193,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/codeholder.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -201,7 +201,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o: CXX_COMPILER_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/codewriter.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -209,7 +209,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o: CXX_COMPILER_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/compiler.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -217,7 +217,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o: CXX_COMPILER__h
build src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/constpool.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -225,7 +225,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/cpuinfo.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -233,7 +233,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/emithelper.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -241,7 +241,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o: CXX_COMPILER_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/emitter.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -249,7 +249,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/emitterutils.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -257,7 +257,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o: CXX_COMPILE
build src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/environment.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -265,7 +265,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o: CXX_COMPILER
build src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/errorhandler.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -273,7 +273,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o: CXX_COMPILE
build src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/formatter.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -281,7 +281,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/func.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -289,7 +289,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o: CXX_COMPILER__hook_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/funcargscontext.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -297,7 +297,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o: CXX_COMP
build src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/globals.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -305,7 +305,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/inst.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -313,7 +313,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o: CXX_COMPILER__hook_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/jitallocator.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -321,7 +321,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o: CXX_COMPILE
build src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/jitruntime.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -329,7 +329,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o: CXX_COMPILER_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/logger.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -337,7 +337,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o: CXX_COMPILER__hoo
build src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/operand.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -345,7 +345,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/osutils.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -353,7 +353,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/ralocal.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -361,7 +361,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/rapass.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -369,7 +369,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o: CXX_COMPILER__hoo
build src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/rastack.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -377,7 +377,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/string.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -385,7 +385,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o: CXX_COMPILER__hoo
build src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/support.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -393,7 +393,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/target.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -401,7 +401,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o: CXX_COMPILER__hoo
build src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/type.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -409,7 +409,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o: CXX_COMPILER__hook_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/virtmem.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -417,7 +417,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o: CXX_COMPILER__ho
build src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/zone.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -425,7 +425,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o: CXX_COMPILER__hook_
build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/zonehash.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -433,7 +433,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o: CXX_COMPILER__h
build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/zonelist.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -441,7 +441,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o: CXX_COMPILER__h
build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/zonestack.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -449,7 +449,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/zonetree.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -457,7 +457,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o: CXX_COMPILER__h
build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/core/zonevector.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/core
@ -465,7 +465,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o: CXX_COMPILER_
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86assembler.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -473,7 +473,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o: CXX_COMPILER
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86builder.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -481,7 +481,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86compiler.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -489,7 +489,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o: CXX_COMPILER_
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86emithelper.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -497,7 +497,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o: CXX_COMPILE
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86formatter.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -505,7 +505,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o: CXX_COMPILER
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86func.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -513,7 +513,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o: CXX_COMPILER__hoo
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86instapi.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -521,7 +521,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86instdb.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -529,7 +529,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o: CXX_COMPILER__h
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86operand.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -537,7 +537,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o: CXX_COMPILER__
build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/asmjit/x86/x86rapass.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir/asmjit/x86
@ -545,7 +545,7 @@ build src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o: CXX_COMPILER__h
build src/CMakeFiles/hook_aurora.dir/df_main.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/df_main.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/df_main.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir
@ -553,7 +553,7 @@ build src/CMakeFiles/hook_aurora.dir/df_main.cpp.o: CXX_COMPILER__hook_aurora_un
build src/CMakeFiles/hook_aurora.dir/Tool.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/Tool.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/Tool.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir
@ -561,7 +561,7 @@ build src/CMakeFiles/hook_aurora.dir/Tool.cpp.o: CXX_COMPILER__hook_aurora_unsca
build src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/l_squirrel.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir
@ -569,7 +569,7 @@ build src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o: CXX_COMPILER__hook_aurora
build src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/l_socket.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir
@ -577,7 +577,7 @@ build src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o: CXX_COMPILER__hook_aurora_u
build src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o: CXX_COMPILER__hook_aurora_unscanned_Release /home/dnf_project/dnf_project/src/CConnectPool.cpp || cmake_object_order_depends_target_hook_aurora
DEFINES = -DASMJIT_STATIC -Dhook_aurora_EXPORTS
DEP_FILE = src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o.d
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith
FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables
INCLUDES = -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
OBJECT_FILE_DIR = src/CMakeFiles/hook_aurora.dir
@ -592,7 +592,7 @@ build src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o: CXX_COMPILER__hook_auro
build /dp_s/lib/libAurora.so: CXX_SHARED_LIBRARY_LINKER__hook_aurora_Release src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o src/CMakeFiles/hook_aurora.dir/df_main.cpp.o src/CMakeFiles/hook_aurora.dir/Tool.cpp.o src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o
LANGUAGE_COMPILE_FLAGS = -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG
LINK_LIBRARIES = -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -L/home/squirrel-master/squirrel-master/build/lib -lsqstdlib_static -L/home/squirrel-master/squirrel-master/build/lib -lsquirrel_static -L/home/dnf_project/dnf_project/build/lib/mysql/lib -Wl,-Bstatic -lmysqlclient -Wl,-Bdynamic -lpthread -L/home/openssl/openssl-3.0.13 -Wl,-Bstatic -lssl -Wl,-Bdynamic -L/home/openssl/openssl-3.0.13 -Wl,-Bstatic -lcrypto -Wl,-Bdynamic -L/home/dnf_project/dnf_project/build/lib/frida -Wl,-Bstatic -lfrida-gum -Wl,-Bdynamic -ldl -pthread -lresolv -Wl,-Bstatic -lffi -Wl,-Bdynamic -L/home/opencc/build/src -Wl,-Bstatic -lopencc -Wl,-Bdynamic
LINK_LIBRARIES = -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -L/home/squirrel-master/squirrel-master/build/lib -lsqstdlib_static -L/home/squirrel-master/squirrel-master/build/lib -lsquirrel_static -L/home/dnf_project/dnf_project/build/lib/mysql/lib -Wl,-Bstatic -lmysqlclient -Wl,-Bdynamic -lpthread -L/home/openssl/openssl-3.0.13 -Wl,-Bstatic -lssl -Wl,-Bdynamic -L/home/openssl/openssl-3.0.13 -Wl,-Bstatic -lcrypto -Wl,-Bdynamic -L/home/dnf_project/dnf_project/build/lib/frida -Wl,-Bstatic -lfrida-gum -Wl,-Bdynamic -ldl -pthread -lresolv -Wl,-Bstatic -lffi -Wl,-Bdynamic -L/home/opencc/build/src -Wl,-Bstatic -lopencc -lkeystone -Wl,-Bdynamic
OBJECT_DIR = src/CMakeFiles/hook_aurora.dir
POST_BUILD = :
PRE_LINK = :

View File

@ -1,379 +1,379 @@
[
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64assembler.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64assembler.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64assembler.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64builder.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64builder.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64builder.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64compiler.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64compiler.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64compiler.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64emithelper.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64emithelper.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64emithelper.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64formatter.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64formatter.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64formatter.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64func.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64func.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64func.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64instapi.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64instapi.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64instapi.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64instdb.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64instdb.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64instdb.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64operand.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64operand.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64operand.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64rapass.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/a64rapass.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/a64rapass.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/armformatter.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/arm/armformatter.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/arm/armformatter.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/archtraits.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/archtraits.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/archtraits.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/assembler.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/assembler.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/assembler.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/builder.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/builder.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/builder.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/codeholder.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/codeholder.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/codeholder.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/codewriter.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/codewriter.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/codewriter.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/compiler.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/compiler.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/compiler.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/constpool.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/constpool.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/constpool.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/cpuinfo.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/cpuinfo.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/cpuinfo.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/emithelper.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/emithelper.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/emithelper.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/emitter.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/emitter.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/emitter.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/emitterutils.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/emitterutils.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/emitterutils.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/environment.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/environment.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/environment.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/errorhandler.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/errorhandler.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/errorhandler.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/formatter.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/formatter.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/formatter.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/func.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/func.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/func.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/funcargscontext.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/funcargscontext.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/funcargscontext.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/globals.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/globals.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/globals.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/inst.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/inst.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/inst.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/jitallocator.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/jitallocator.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/jitallocator.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/jitruntime.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/jitruntime.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/jitruntime.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/logger.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/logger.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/logger.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/operand.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/operand.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/operand.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/osutils.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/osutils.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/osutils.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/ralocal.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/ralocal.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/ralocal.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/rapass.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/rapass.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/rapass.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/rastack.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/rastack.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/rastack.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/string.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/string.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/string.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/support.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/support.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/support.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/target.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/target.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/target.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/type.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/type.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/type.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/virtmem.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/virtmem.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/virtmem.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zone.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zone.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/zone.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonehash.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonehash.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/zonehash.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonelist.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonelist.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/zonelist.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonestack.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonestack.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/zonestack.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonetree.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonetree.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/zonetree.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonevector.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/core/zonevector.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/core/zonevector.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86assembler.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86assembler.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86assembler.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86builder.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86builder.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86builder.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86compiler.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86compiler.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86compiler.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86emithelper.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86emithelper.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86emithelper.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86formatter.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86formatter.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86formatter.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86func.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86func.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86func.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86instapi.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86instapi.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86instapi.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86instdb.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86instdb.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86instdb.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86operand.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86operand.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86operand.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86rapass.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o -c /home/dnf_project/dnf_project/src/asmjit/x86/x86rapass.cpp",
"file": "/home/dnf_project/dnf_project/src/asmjit/x86/x86rapass.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/df_main.cpp.o -c /home/dnf_project/dnf_project/src/df_main.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/df_main.cpp.o -c /home/dnf_project/dnf_project/src/df_main.cpp",
"file": "/home/dnf_project/dnf_project/src/df_main.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/df_main.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/Tool.cpp.o -c /home/dnf_project/dnf_project/src/Tool.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/Tool.cpp.o -c /home/dnf_project/dnf_project/src/Tool.cpp",
"file": "/home/dnf_project/dnf_project/src/Tool.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/Tool.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o -c /home/dnf_project/dnf_project/src/l_squirrel.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o -c /home/dnf_project/dnf_project/src/l_squirrel.cpp",
"file": "/home/dnf_project/dnf_project/src/l_squirrel.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o -c /home/dnf_project/dnf_project/src/l_socket.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o -c /home/dnf_project/dnf_project/src/l_socket.cpp",
"file": "/home/dnf_project/dnf_project/src/l_socket.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o"
},
{
"directory": "/home/dnf_project/dnf_project/build",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -o src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o -c /home/dnf_project/dnf_project/src/CConnectPool.cpp",
"command": "/usr/bin/g++ -DASMJIT_STATIC -Dhook_aurora_EXPORTS -I/home/dnf_project/dnf_project/include -I/home/dnf_project/dnf_project/include/Squirrel -I/home/dnf_project/dnf_project/lib/mysql/include -I/home/asio/asio-1.28.0/include -I/home/dnf_project/dnf_project/src -I/home/dnf_project/dnf_project/src/sdk -I/home/muduo-2.0.2 -I/home/squirrel-master/squirrel-master/include -m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11 -Wno-pointer-arith -fvisibility=hidden -fno-asynchronous-unwind-tables -o src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o -c /home/dnf_project/dnf_project/src/CConnectPool.cpp",
"file": "/home/dnf_project/dnf_project/src/CConnectPool.cpp",
"output": "src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o"
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,139 @@
{
"inputs" :
[
{
"path" : "CMakeLists.txt"
},
{
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/3.24.2/CMakeSystem.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake"
},
{
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/3.24.2/CMakeCCompiler.cmake"
},
{
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/3.24.2/CMakeCXXCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeSystemSpecificInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeGenericSystem.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeInitializeConfigs.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Platform/Linux.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Platform/UnixPaths.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeCInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeLanguageInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Compiler/GNU-C.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Compiler/GNU.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Platform/Linux-GNU-C.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Platform/Linux-GNU.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeCommonLanguageInclude.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeCXXInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeLanguageInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Compiler/GNU-CXX.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Compiler/GNU.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Platform/Linux-GNU-CXX.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/Platform/Linux-GNU.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24/Modules/CMakeCommonLanguageInclude.cmake"
},
{
"path" : "src/CMakeLists.txt"
}
],
"kind" : "cmakeFiles",
"paths" :
{
"build" : "/home/dnf_project/dnf_project/cmake-build-debug",
"source" : "/home/dnf_project/dnf_project"
},
"version" :
{
"major" : 1,
"minor" : 0
}
}

View File

@ -0,0 +1,76 @@
{
"configurations" :
[
{
"directories" :
[
{
"build" : ".",
"childIndexes" :
[
1
],
"jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json",
"minimumCMakeVersion" :
{
"string" : "3.0"
},
"projectIndex" : 0,
"source" : "."
},
{
"build" : "src",
"jsonFile" : "directory-src-Debug-b6cf2213fc5053b67c22.json",
"minimumCMakeVersion" :
{
"string" : "3.0"
},
"parentIndex" : 0,
"projectIndex" : 0,
"source" : "src",
"targetIndexes" :
[
0
]
}
],
"name" : "Debug",
"projects" :
[
{
"directoryIndexes" :
[
0,
1
],
"name" : "Dnf_Projet",
"targetIndexes" :
[
0
]
}
],
"targets" :
[
{
"directoryIndex" : 1,
"id" : "hook_aurora::@145eef247bfb46b6828c",
"jsonFile" : "target-hook_aurora-Debug-652165bec9f0918cfb63.json",
"name" : "hook_aurora",
"projectIndex" : 0
}
]
}
],
"kind" : "codemodel",
"paths" :
{
"build" : "/home/dnf_project/dnf_project/cmake-build-debug",
"source" : "/home/dnf_project/dnf_project"
},
"version" :
{
"major" : 2,
"minor" : 4
}
}

View File

@ -0,0 +1,14 @@
{
"backtraceGraph" :
{
"commands" : [],
"files" : [],
"nodes" : []
},
"installers" : [],
"paths" :
{
"build" : ".",
"source" : "."
}
}

View File

@ -0,0 +1,14 @@
{
"backtraceGraph" :
{
"commands" : [],
"files" : [],
"nodes" : []
},
"installers" : [],
"paths" :
{
"build" : "src",
"source" : "src"
}
}

View File

@ -0,0 +1,108 @@
{
"cmake" :
{
"generator" :
{
"multiConfig" : false,
"name" : "Ninja"
},
"paths" :
{
"cmake" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/bin/cmake",
"cpack" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/bin/cpack",
"ctest" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/bin/ctest",
"root" : "/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24"
},
"version" :
{
"isDirty" : false,
"major" : 3,
"minor" : 24,
"patch" : 2,
"string" : "3.24.2",
"suffix" : ""
}
},
"objects" :
[
{
"jsonFile" : "codemodel-v2-47ff1477676263f713de.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 4
}
},
{
"jsonFile" : "cache-v2-ecc2052e422af2528384.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
{
"jsonFile" : "cmakeFiles-v1-30d429576d85a9a8c3f5.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
},
{
"jsonFile" : "toolchains-v1-7ca45aaeedb6a52725ac.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
}
],
"reply" :
{
"cache-v2" :
{
"jsonFile" : "cache-v2-ecc2052e422af2528384.json",
"kind" : "cache",
"version" :
{
"major" : 2,
"minor" : 0
}
},
"cmakeFiles-v1" :
{
"jsonFile" : "cmakeFiles-v1-30d429576d85a9a8c3f5.json",
"kind" : "cmakeFiles",
"version" :
{
"major" : 1,
"minor" : 0
}
},
"codemodel-v2" :
{
"jsonFile" : "codemodel-v2-47ff1477676263f713de.json",
"kind" : "codemodel",
"version" :
{
"major" : 2,
"minor" : 4
}
},
"toolchains-v1" :
{
"jsonFile" : "toolchains-v1-7ca45aaeedb6a52725ac.json",
"kind" : "toolchains",
"version" :
{
"major" : 1,
"minor" : 0
}
}
}
}

View File

@ -67,11 +67,14 @@
"compileCommandFragments" :
[
{
"fragment" : "-m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -O3 -DNDEBUG -std=gnu++11 -fPIC -std=c++11"
"fragment" : "-m32 -m32 -fpic -fexceptions -Wno-int-to-pointer-cast -Wdeprecated-declarations -g -fPIC -std=c++11"
},
{
"backtrace" : 4,
"fragment" : "-Wno-pointer-arith"
},
{
"fragment" : "-std=gnu++11"
}
],
"defines" :

View File

@ -0,0 +1,103 @@
{
"kind" : "toolchains",
"toolchains" :
[
{
"compiler" :
{
"id" : "GNU",
"implicit" :
{
"includeDirectories" :
[
"/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include",
"/usr/local/include",
"/usr/include"
],
"linkDirectories" :
[
"/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32",
"/usr/lib",
"/lib",
"/usr/lib/gcc/x86_64-redhat-linux/4.8.5"
],
"linkFrameworkDirectories" : [],
"linkLibraries" :
[
"gcc",
"gcc_s",
"c",
"gcc",
"gcc_s"
]
},
"path" : "/usr/bin/cc",
"version" : "4.8.5"
},
"language" : "C",
"sourceFileExtensions" :
[
"c",
"m"
]
},
{
"compiler" :
{
"id" : "GNU",
"implicit" :
{
"includeDirectories" :
[
"/usr/include/c++/4.8.5",
"/usr/include/c++/4.8.5/x86_64-redhat-linux/32",
"/usr/include/c++/4.8.5/backward",
"/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include",
"/usr/local/include",
"/usr/include"
],
"linkDirectories" :
[
"/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32",
"/usr/lib",
"/lib",
"/usr/lib/gcc/x86_64-redhat-linux/4.8.5"
],
"linkFrameworkDirectories" : [],
"linkLibraries" :
[
"stdc++",
"m",
"gcc_s",
"gcc",
"c",
"gcc_s",
"gcc"
]
},
"path" : "/usr/bin/c++",
"version" : "4.8.5"
},
"language" : "CXX",
"sourceFileExtensions" :
[
"C",
"M",
"c++",
"cc",
"cpp",
"cxx",
"mm",
"mpp",
"CPP",
"ixx",
"cppm"
]
}
],
"version" :
{
"major" : 1,
"minor" : 0
}
}

Binary file not shown.

View File

@ -0,0 +1,69 @@
# ninja log v5
2375 2750 1742383042136499547 src/CMakeFiles/hook_aurora.dir/asmjit/core/formatter.cpp.o caa1a451cd0ce056
12668 12906 1742383052293507557 src/CMakeFiles/hook_aurora.dir/CConnectPool.cpp.o be0cac0d8a8d6cef
1550 1764 1742383041152498771 src/CMakeFiles/hook_aurora.dir/asmjit/core/codewriter.cpp.o 78f173e484edaf39
352 632 1742383040019497878 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64formatter.cpp.o cc8f274bc4f3684b
347 708 1742383040094497937 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64emithelper.cpp.o 3bd75015f1c86d72
3707 3826 1742383043213500397 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonehash.cpp.o 5fa3ec2b11eb72f9
3557 3707 1742383043095500304 src/CMakeFiles/hook_aurora.dir/asmjit/core/type.cpp.o e7e6eac6f1c270bb
5065 5446 1742383044833501674 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instdb.cpp.o d042d82a81d8b80a
2324 2487 1742383041874499341 src/CMakeFiles/hook_aurora.dir/asmjit/core/errorhandler.cpp.o b784a5051fcf6cc8
1277 1550 1742383040936498601 src/CMakeFiles/hook_aurora.dir/asmjit/core/assembler.cpp.o 58c0f187df8f48d
5336 6219 1742383045605502283 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86rapass.cpp.o 4b993fb200fd3f56
3120 3336 1742383042723500010 src/CMakeFiles/hook_aurora.dir/asmjit/core/rastack.cpp.o 738c65bc83edb751
2219 2375 1742383041761499252 src/CMakeFiles/hook_aurora.dir/asmjit/core/environment.cpp.o 910a236ef0cbff42
893 1079 1742383040464498229 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64operand.cpp.o 3c83f3d87fb259de
3899 4031 1742383043418500558 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonevector.cpp.o e3eec1f03c2c71b6
1365 1698 1742383041085498719 src/CMakeFiles/hook_aurora.dir/asmjit/core/builder.cpp.o 890868619a821dac
3816 3932 1742383043320500481 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonestack.cpp.o 35cdbd69850afa9d
3647 3789 1742383043176500367 src/CMakeFiles/hook_aurora.dir/asmjit/core/zone.cpp.o a373fa719be16724
2901 3064 1742383042451499796 src/CMakeFiles/hook_aurora.dir/asmjit/core/logger.cpp.o 6f9ec4eb0b5d04ff
4624 4960 1742383044346501290 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86formatter.cpp.o 9d56a2e4dc7fd84a
708 943 1742383040330498123 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instapi.cpp.o 745692e57ec36f93
4031 4624 1742383044010501025 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86compiler.cpp.o b787ed8446289f5a
2784 3004 1742383042391499748 src/CMakeFiles/hook_aurora.dir/asmjit/core/jitallocator.cpp.o a2e4170cff65db74
1505 1949 1742383041336498916 src/CMakeFiles/hook_aurora.dir/asmjit/core/codeholder.cpp.o cd184d414de6cb1c
5446 12667 1742383052045507361 src/CMakeFiles/hook_aurora.dir/df_main.cpp.o fae2cf478687c61b
3789 3899 1742383043286500454 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonelist.cpp.o d52560d831791fee
1003 1277 1742383040663498386 src/CMakeFiles/hook_aurora.dir/asmjit/arm/armformatter.cpp.o 3832d61a00b97871
943 1505 1742383040890498565 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64rapass.cpp.o 3556f5ee1af3583e
732 1003 1742383040390498170 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64instdb.cpp.o 906528d8b1c1bdc7
4518 5065 1742383044452501374 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86emithelper.cpp.o 57905f56d74a0097
3113 3643 1742383043030500252 src/CMakeFiles/hook_aurora.dir/asmjit/core/rapass.cpp.o e78e68965d307eff
4870 5336 1742383044723501587 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86func.cpp.o 2d31078a660503ac
1765 1923 1742383041310498896 src/CMakeFiles/hook_aurora.dir/asmjit/core/constpool.cpp.o 48c4e2e4db790695
3932 4870 1742383044256501219 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86assembler.cpp.o c4b43d580ec35960
4 347 1742383039734497653 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64compiler.cpp.o 611a204e3da9d2e1
632 893 1742383040280498084 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64func.cpp.o b87644f428b80d59
2792 2990 1742383042377499737 src/CMakeFiles/hook_aurora.dir/asmjit/core/jitruntime.cpp.o 34e86ba9ee009c04
5296 5489 1742383044876501708 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86operand.cpp.o 730092156ba87b00
3004 3120 1742383042507499840 src/CMakeFiles/hook_aurora.dir/asmjit/core/osutils.cpp.o 9d70b6b22afb495a
3064 3441 1742383042827500092 src/CMakeFiles/hook_aurora.dir/asmjit/core/ralocal.cpp.o dec17ae5c0a377da
5668 15906 1742383055278509911 src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o 288c433ab23d2bc4
1698 2062 1742383041446499003 src/CMakeFiles/hook_aurora.dir/asmjit/core/compiler.cpp.o 8d25954b7e1b4c6c
3476 3647 1742383043034500255 src/CMakeFiles/hook_aurora.dir/asmjit/core/target.cpp.o f1d5bf85672e074a
2645 2792 1742383042180499582 src/CMakeFiles/hook_aurora.dir/asmjit/core/globals.cpp.o 3efc0af36d3e7c33
3934 4518 1742383043905500942 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86builder.cpp.o dc0f77c88bc9ca08
2750 2901 1742383042289499668 src/CMakeFiles/hook_aurora.dir/asmjit/core/inst.cpp.o bbdf3fea70597483
1 732 1742383040118497956 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64assembler.cpp.o 1d08fb27ed4907a9
1079 1365 1742383040752498456 src/CMakeFiles/hook_aurora.dir/asmjit/core/archtraits.cpp.o f854a0480fae79af
2142 2376 1742383041763499253 src/CMakeFiles/hook_aurora.dir/asmjit/core/emitterutils.cpp.o 19664c4707024e6
1923 2142 1742383041529499069 src/CMakeFiles/hook_aurora.dir/asmjit/core/cpuinfo.cpp.o 437a603909fdb6f
1949 2219 1742383041606499129 src/CMakeFiles/hook_aurora.dir/asmjit/core/emithelper.cpp.o e4a83ebaacc4f0e5
2376 2645 1742383042032499465 src/CMakeFiles/hook_aurora.dir/asmjit/core/func.cpp.o f06c77894c3b8b54
3643 3816 1742383043203500389 src/CMakeFiles/hook_aurora.dir/asmjit/core/virtmem.cpp.o 495b8774515180a8
2062 2324 1742383041710499211 src/CMakeFiles/hook_aurora.dir/asmjit/core/emitter.cpp.o 865c2a63ef8e823e
2990 3113 1742383042500499834 src/CMakeFiles/hook_aurora.dir/asmjit/core/operand.cpp.o b864a968b139d3c
3826 3934 1742383043322500483 src/CMakeFiles/hook_aurora.dir/asmjit/core/zonetree.cpp.o 9ffa3c8aa58be4ef
15906 17192 1742383056570510930 /dp_s/lib/libAurora.so 12faac7519b8016b
6219 13226 1742383052601507800 src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o 56028c091e79df42
2487 2784 1742383042171499575 src/CMakeFiles/hook_aurora.dir/asmjit/core/funcargscontext.cpp.o 1c08380ef36332c9
1 352 1742383039736497655 src/CMakeFiles/hook_aurora.dir/asmjit/arm/a64builder.cpp.o 6dc2f61fc1fc86ef
3441 3557 1742383042945500185 src/CMakeFiles/hook_aurora.dir/asmjit/core/support.cpp.o a444e2c66b94848c
4960 5296 1742383044683501556 src/CMakeFiles/hook_aurora.dir/asmjit/x86/x86instapi.cpp.o 46765f3e65882bf7
5489 5668 1742383045055501849 src/CMakeFiles/hook_aurora.dir/Tool.cpp.o f823ec717cc76033
3336 3476 1742383042863500121 src/CMakeFiles/hook_aurora.dir/asmjit/core/string.cpp.o d4add55693120bd3
4 7291 1742894250871338882 src/CMakeFiles/hook_aurora.dir/l_socket.cpp.o 56028c091e79df42
3 7416 1742894250999339301 src/CMakeFiles/hook_aurora.dir/df_main.cpp.o fae2cf478687c61b
3 11375 1742894254950352215 src/CMakeFiles/hook_aurora.dir/l_squirrel.cpp.o 288c433ab23d2bc4
11375 12918 1742894256502357288 /dp_s/lib/libAurora.so 12faac7519b8016b

View File

@ -0,0 +1,373 @@
# This is the CMakeCache file.
# For build in directory: /home/dnf_project/dnf_project/cmake-build-debug
# It was generated by CMake: /root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Debug
//Enable colored diagnostics throughout.
CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/dnf_project/dnf_project/cmake-build-debug/CMakeFiles/pkgRedirects
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//No help, variable specified on the command line.
CMAKE_MAKE_PROGRAM:UNINITIALIZED=/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/ninja/linux/ninja
//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_DESCRIPTION:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=Dnf_Projet
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf
//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Value Computed by CMake
Dnf_Projet_BINARY_DIR:STATIC=/home/dnf_project/dnf_project/cmake-build-debug
//Value Computed by CMake
Dnf_Projet_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
Dnf_Projet_SOURCE_DIR:STATIC=/home/dnf_project/dnf_project
//Dependencies for the target
hook_aurora_LIB_DEPENDS:STATIC=general;libstdc++.a;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsqstdlib_static;general;-L/home/squirrel-master/squirrel-master/build/lib;general;-lsquirrel_static;general;-L/home/dnf_project/dnf_project/build/lib/mysql/lib;general;libmysqlclient.a;general;-lpthread;general;-L/home/openssl/openssl-3.0.13;general;libssl.a;general;-L/home/openssl/openssl-3.0.13;general;libcrypto.a;general;-L/home/dnf_project/dnf_project/build/lib/frida;general;libfrida-gum.a;general;-ldl;general;-pthread;general;-lresolv;general;libffi.a;general;-L/home/opencc/build/src;general;libopencc.a;
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_ADDR2LINE
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/dnf_project/dnf_project/cmake-build-debug
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=24
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_DLLTOOL
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Ninja
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/dnf_project/dnf_project
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_READELF
CMAKE_READELF-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/share/cmake-3.24
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//linker supports push/pop state
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE

View File

@ -0,0 +1,72 @@
set(CMAKE_C_COMPILER "/usr/bin/cc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "4.8.5")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "90")
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C17_COMPILE_FEATURES "")
set(CMAKE_C23_COMPILE_FEATURES "")
set(CMAKE_C_PLATFORM_ID "Linux")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCC 1)
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
set(CMAKE_C_COMPILER_ENV_VAR "CC")
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "4")
set(CMAKE_C_COMPILER_ABI "ELF")
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include;/usr/local/include;/usr/include")
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32;/usr/lib;/lib;/usr/lib/gcc/x86_64-redhat-linux/4.8.5")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -0,0 +1,83 @@
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "4.8.5")
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_template_template_parameters")
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_template_template_parameters")
set(CMAKE_CXX17_COMPILE_FEATURES "")
set(CMAKE_CXX20_COMPILE_FEATURES "")
set(CMAKE_CXX23_COMPILE_FEATURES "")
set(CMAKE_CXX_PLATFORM_ID "Linux")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_MT "")
set(CMAKE_COMPILER_IS_GNUCXX 1)
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED TRUE)
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
foreach (lang C OBJC OBJCXX)
if (CMAKE_${lang}_COMPILER_ID_RUN)
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
endforeach()
endif()
endforeach()
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
set(CMAKE_CXX_COMPILER_ABI "ELF")
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/4.8.5;/usr/include/c++/4.8.5/x86_64-redhat-linux/32;/usr/include/c++/4.8.5/backward;/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include;/usr/local/include;/usr/include")
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/32;/usr/lib;/lib;/usr/lib/gcc/x86_64-redhat-linux/4.8.5")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@ -0,0 +1,15 @@
set(CMAKE_HOST_SYSTEM "Linux-3.10.0-862.el7.x86_64")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "3.10.0-862.el7.x86_64")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-3.10.0-862.el7.x86_64")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "3.10.0-862.el7.x86_64")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)

View File

@ -0,0 +1,838 @@
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# endif
# elif defined(_ADI_COMPILER)
# define PLATFORM_ID "ADSP"
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_ARM64EC)
# define ARCHITECTURE_ID "ARM64EC"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# elif defined(__ICCSTM8__)
# define ARCHITECTURE_ID "STM8"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__TI_COMPILER_VERSION__)
# if defined(__TI_ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__MSP430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__TMS320C28XX__)
# define ARCHITECTURE_ID "TMS320C28x"
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
# define ARCHITECTURE_ID "TMS320C6x"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
# elif defined(__ADSPSHARC__)
# define ARCHITECTURE_ID "SHARC"
# elif defined(__ADSPBLACKFIN__)
# define ARCHITECTURE_ID "Blackfin"
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number. */
#ifdef COMPILER_VERSION
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
/* Construct a string literal encoding the version number components. */
#elif defined(COMPILER_VERSION_MAJOR)
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#elif defined(COMPILER_VERSION_INTERNAL_STR)
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__) && !defined(__clang__)
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
# define C_VERSION "90"
# else
# define C_VERSION
# endif
#elif __STDC_VERSION__ > 201710L
# define C_VERSION "23"
#elif __STDC_VERSION__ >= 201710L
# define C_VERSION "17"
#elif __STDC_VERSION__ >= 201000L
# define C_VERSION "11"
#elif __STDC_VERSION__ >= 199901L
# define C_VERSION "99"
#else
# define C_VERSION "90"
#endif
const char* info_language_standard_default =
"INFO" ":" "standard_default[" C_VERSION "]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}
#endif

Binary file not shown.

View File

@ -0,0 +1,826 @@
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# define COMPILER_ID "XL"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
#elif defined(__GNUC__) || defined(__GNUG__)
# define COMPILER_ID "GNU"
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# endif
# elif defined(_ADI_COMPILER)
# define PLATFORM_ID "ADSP"
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_ARM64EC)
# define ARCHITECTURE_ID "ARM64EC"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# elif defined(__ICCSTM8__)
# define ARCHITECTURE_ID "STM8"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__TI_COMPILER_VERSION__)
# if defined(__TI_ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__MSP430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__TMS320C28XX__)
# define ARCHITECTURE_ID "TMS320C28x"
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
# define ARCHITECTURE_ID "TMS320C6x"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
# elif defined(__ADSPSHARC__)
# define ARCHITECTURE_ID "SHARC"
# elif defined(__ADSPBLACKFIN__)
# define ARCHITECTURE_ID "Blackfin"
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number. */
#ifdef COMPILER_VERSION
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
/* Construct a string literal encoding the version number components. */
#elif defined(COMPILER_VERSION_MAJOR)
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#elif defined(COMPILER_VERSION_INTERNAL_STR)
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
# if defined(__INTEL_CXX11_MODE__)
# if defined(__cpp_aggregate_nsdmi)
# define CXX_STD 201402L
# else
# define CXX_STD 201103L
# endif
# else
# define CXX_STD 199711L
# endif
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
# define CXX_STD _MSVC_LANG
#else
# define CXX_STD __cplusplus
#endif
const char* info_language_standard_default = "INFO" ":" "standard_default["
#if CXX_STD > 202002L
"23"
#elif CXX_STD > 201703L
"20"
#elif CXX_STD >= 201703L
"17"
#elif CXX_STD >= 201402L
"14"
#elif CXX_STD >= 201103L
"11"
#else
"98"
#endif
"]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}

Binary file not shown.

View File

@ -0,0 +1,5 @@
/home/dnf_project/dnf_project/cmake-build-debug/CMakeFiles/edit_cache.dir
/home/dnf_project/dnf_project/cmake-build-debug/CMakeFiles/rebuild_cache.dir
/home/dnf_project/dnf_project/cmake-build-debug/src/CMakeFiles/hook_aurora.dir
/home/dnf_project/dnf_project/cmake-build-debug/src/CMakeFiles/edit_cache.dir
/home/dnf_project/dnf_project/cmake-build-debug/src/CMakeFiles/rebuild_cache.dir

View File

@ -0,0 +1,4 @@
/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/root/.cache/JetBrains/RemoteDev/dist/599b2485fceba_CLion-2022.3/bin/ninja/linux/ninja -G Ninja -S /home/dnf_project/dnf_project -B /home/dnf_project/dnf_project/cmake-build-debug
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dnf_project/dnf_project/cmake-build-debug

Some files were not shown because too many files have changed in this diff Show More