From a09c53619e0785adf17a597c9e7fd60bbb6ecb09 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 4 Jul 2019 17:59:58 +0200 Subject: [PATCH] Fixed library building for windows --- .../CMakeFiles/3.8.2/CMakeCCompiler.cmake | 68 - .../CMakeFiles/3.8.2/CMakeCXXCompiler.cmake | 70 - .../3.8.2/CMakeDetermineCompilerABI_C.bin | Bin 8640 -> 0 bytes .../3.8.2/CMakeDetermineCompilerABI_CXX.bin | Bin 8656 -> 0 bytes .../CMakeFiles/3.8.2/CMakeSystem.cmake | 15 - .../3.8.2/CompilerIdC/CMakeCCompilerId.c | 567 -- .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 539 -- .../CMakeDirectoryInformation.cmake | 9 +- cmake-build-debug/CMakeFiles/Makefile.cmake | 46 +- cmake-build-debug/CMakeFiles/Makefile2 | 134 +- .../CMakeFiles/TargetDirectories.txt | 15 +- .../CMakeFiles/clion-environment.txt | 6 +- cmake-build-debug/CMakeFiles/clion-log.txt | 4 +- .../CMakeFiles/feature_tests.bin | Bin 12696 -> 52224 bytes cmake-build-debug/CMakeFiles/feature_tests.c | 18 +- .../CMakeFiles/feature_tests.cxx | 119 +- .../CMakeFiles/tommath.dir/C.includecache | 550 -- .../CMakeFiles/tommath.dir/DependInfo.cmake | 154 - .../CMakeFiles/tommath.dir/build.make | 3542 ------------ .../CMakeFiles/tommath.dir/cmake_clean.cmake | 137 - .../CMakeFiles/tommath.dir/depend.internal | 771 --- .../CMakeFiles/tommath.dir/depend.make | 771 --- .../CMakeFiles/tommath.dir/flags.make | 10 - .../CMakeFiles/tommath.dir/link.txt | 1 - .../CMakeFiles/tommath.dir/progress.make | 130 - .../tommathShared.dir/C.includecache | 542 -- .../tommathShared.dir/DependInfo.cmake | 274 +- .../CMakeFiles/tommathShared.dir/build.make | 5101 ++++++++--------- .../tommathShared.dir/cmake_clean.cmake | 273 +- .../tommathShared.dir/depend.internal | 1604 +++--- .../CMakeFiles/tommathShared.dir/depend.make | 1604 +++--- .../CMakeFiles/tommathShared.dir/flags.make | 10 +- .../CMakeFiles/tommathShared.dir/link.txt | 1 - .../tommathShared.dir/progress.make | 163 +- .../tommathStatic.dir/C.includecache | 1104 ++-- .../tommathStatic.dir/DependInfo.cmake | 274 +- .../CMakeFiles/tommathStatic.dir/build.make | 5101 ++++++++--------- .../tommathStatic.dir/cmake_clean.cmake | 271 +- .../cmake_clean_target.cmake | 2 +- .../tommathStatic.dir/depend.internal | 1604 +++--- .../CMakeFiles/tommathStatic.dir/depend.make | 1604 +++--- .../CMakeFiles/tommathStatic.dir/flags.make | 10 +- .../CMakeFiles/tommathStatic.dir/link.txt | 2 - .../tommathStatic.dir/progress.make | 163 +- 44 files changed, 9399 insertions(+), 17984 deletions(-) delete mode 100644 cmake-build-debug/CMakeFiles/3.8.2/CMakeCCompiler.cmake delete mode 100644 cmake-build-debug/CMakeFiles/3.8.2/CMakeCXXCompiler.cmake delete mode 100755 cmake-build-debug/CMakeFiles/3.8.2/CMakeDetermineCompilerABI_C.bin delete mode 100755 cmake-build-debug/CMakeFiles/3.8.2/CMakeDetermineCompilerABI_CXX.bin delete mode 100644 cmake-build-debug/CMakeFiles/3.8.2/CMakeSystem.cmake delete mode 100644 cmake-build-debug/CMakeFiles/3.8.2/CompilerIdC/CMakeCCompilerId.c delete mode 100644 cmake-build-debug/CMakeFiles/3.8.2/CompilerIdCXX/CMakeCXXCompilerId.cpp delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/C.includecache delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/DependInfo.cmake delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/build.make delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/cmake_clean.cmake delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/depend.internal delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/depend.make delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/flags.make delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/link.txt delete mode 100644 cmake-build-debug/CMakeFiles/tommath.dir/progress.make delete mode 100644 cmake-build-debug/CMakeFiles/tommathShared.dir/link.txt delete mode 100644 cmake-build-debug/CMakeFiles/tommathStatic.dir/link.txt diff --git a/cmake-build-debug/CMakeFiles/3.8.2/CMakeCCompiler.cmake b/cmake-build-debug/CMakeFiles/3.8.2/CMakeCCompiler.cmake deleted file mode 100644 index b6fa009..0000000 --- a/cmake-build-debug/CMakeFiles/3.8.2/CMakeCCompiler.cmake +++ /dev/null @@ -1,68 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/cc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "5.4.1") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") -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_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_SIMULATE_VERSION "") - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -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_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -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 "8") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") - -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 "x86_64-linux-gnu") -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_LINK_LIBRARIES "c") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.8.2/CMakeCXXCompiler.cmake b/cmake-build-debug/CMakeFiles/3.8.2/CMakeCXXCompiler.cmake deleted file mode 100644 index 33e9019..0000000 --- a/cmake-build-debug/CMakeFiles/3.8.2/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,70 +0,0 @@ -set(CMAKE_CXX_COMPILER "/usr/bin/c++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "5.4.1") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") -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_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17") -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_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") - -set(CMAKE_CXX_PLATFORM_ID "Linux") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_SIMULATE_VERSION "") - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -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_COMPILER_IS_MINGW ) -set(CMAKE_COMPILER_IS_CYGWIN ) -if(CMAKE_COMPILER_IS_CYGWIN) - set(CYGWIN 1) - set(UNIX 1) -endif() - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -if(CMAKE_COMPILER_IS_MINGW) - set(MINGW 1) -endif() -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP) -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "ELF") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") - -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 "x86_64-linux-gnu") -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_LINK_LIBRARIES "stdc++;m;c") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/5;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.8.2/CMakeDetermineCompilerABI_C.bin b/cmake-build-debug/CMakeFiles/3.8.2/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 42f5e66a9d5ac997286ee760c28c7e8153b92a34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8640 zcmeHNU2Ggz6~4P`$4-;1*J;x_Kaf$IAh+PDZ5(&o0Gah)#*ys=XB~usGhTbw_R{rk zv^yJ|ARx$Tq*Y0=L{NiJrKkuABvd&(Q1g->jFRvGavxfPD99j!oHQw^S|UHBUe395 z&i-6arSQNLKGMv&=ey_c{>=5gcm18to-VJ)BbdD6O9G_@pCKXV4aF@|BrGV_3PWrc z+r%0`D&a9?4RWW%e2H8$uO>Yo@CtZ>UIz$z4Ow8m&4D3;L!2RUj8`OsiVm-+azy4r zXc9m>%r)SbBJd$uV6IUf^~Bi@MYO9YyLz%?K2M1;=k{US@ClQ@u-5 zntSumH~Zdr=Zz5B@&m<(rgfmX(M9`HfN3tcfOd>v+O5K}uxw@QNZPh0BJm_3V-u+) zA(q(N)7{o?HS5j#F7V_GtOv5hJh?x!TjFc6?sF7tsb)x)aBOHQNVzWH;5c2;p2?iL zQ*FLnIk;XE=1Z6D%Eiw@jXCw(>N!UvzpEdr@;k%uuGwxt3FUFDytR-A+W92NqtlMI z5KVWxb8j6nbALCd{&DX>xcl1WX_!gowJVxr*WRfx#NwM^_t9w0_6{LtpM%5(%!Wo_ z=G2nk%-uY;br!v0I<1j)(@E9eP24bvg`u~X6~MOWpR(` zxoW<(Y;P)fTgTpNwu`|zC;rJV{%D;hM7DMS3>TA-*x=R5(*Susl#woJeoSnS$X34h z1F$PN`v48{^MkiefDM*&-@0SwvJ2NbA7G*{ciu72)%@z@3^cpu;$=_g14gcwAP*po zLQ`aaguW6w6w2j81EFxwnVo;F)}V1`8jv6C&fV|Mz1{QlO*v*)KK3o{SSPuZ*y zqPwqa{|lM;iCAjXiXOGohZ}=~*glCzhU14}Jx9Q^)wdhh2wX;Pe4Njp1YQm49RR)z z{Aa*T=&9?#XMqQ365@A>*7a4@)1ImT;RIxy`-ALO(ffsj9N+S|Ti%`pf}by47xP#?qk zHhTE51&@cBZ1uU;n*I)8BY{jp+|gRrUIfv_BZ~H-`N6ZGH{(K)=mjE!Uf0 zfcbgwQ~DjE%T-$Kfz=*Z?Sa)ESnYxT_a2ym{UFjbaVfxy_o&R*Q^mB;kfjYIpM~8N z(q{R_^VX0oZ6z81rX%rjvX1I;AArR5|6b0gP(J51kQL8-6c6{)NV8r8nRrCL;XFwk z&jCnv4ilS*GsCloB-pMZ@t%P7d0$f{YlV1%_$0+=e28Suo9*EcAc}_v)(C^0b3$ z&5cd1jn6l>sE%D^AIz?x*H}^GgHZ{);yz)!;uVGYQtHeHvuD;-A7+tDJAI-`xQ&Ak zW+#tdx&O6d$kopyg6B)Q{yM?mO*y_^%((j5Am&|hf8m~{+)s_*@30&Xi1YM)mgBXB z`-O6RqX?`qN+DVHiAM|Hb!nv!cG>(rm*blR9@|v%iO1ny#SMQ#@VU9v#)n@seXr&C zW}&&_TLd0MRq_d5jfyoMC{~CM@)NB=X5|I<=`<+%J5aJP2-TIvS`o_>+&dJAH@>;DFD58kX) z8Bi+HJQUsf2Q}Q{zAH^1T`^DYNc?fq6y_rb7biD)bx8;fV`SlY5DtdT@28Owl1G-Zt?Qp1si6}408j1|dF zijmaB(L~ISMfK-)1%vKN)@VE#w<76uJ7|^E z$csyW;7Zl%G|8LU(J!pMJ^R~2J=XrNu7jOnD;#R;>BI=~x^pCxm2DDMcevLo_ExyJ z9s4RA8BWBUBuj3cgcXZM>c;gfUrIhSqJvL60YCH-~SaM9A+2vSp z`RgN~24Nx-@e#-&WutpQaJ+QrN1?+!pMbgR@^$_95dOV`PqMI{@;;7#*WrCVdq&+- zdJ2Rpcz8YL{T}~rqLnH`nb$Ffo1jo?&-+4~9PVI6;;MZI;P+wg&GFB94XJsK0M5Ts zqQ&zGiJ}h*c-CNh-e=AdV3Oh*;MjKcoNx#*Jd3cs@EITh(E%msNQJlBe@CDO&k}6U z`_>@YV_YQ8pY@o(2z7WiVcDSg2H9(945a4ophDn&1pAcjhsb`2?CVI8_tn#6&*w~XzheI66nox(&nWF@d;Xn=`B}xD_v!Ow&-t>w zD!-=KFHrw2ko_;QaV5lY8TttnO54x-{S#l( z>Z|hKz!v+T!zc$9ze#=Y6Y2_M9iXVLO(Wp@0~-pZ9@{WT@&>cd)te0f1Oz0dWd! z->l$l&%74uId-Y)JzBWdvm#Y0qKwVoPO1Gk6~4RcSK?&7Nt4!b3K^9|xCKvbNa&+;bmuea{_#y(ir3cDV$TTYOfawCvF&WIcuOHA#^$zt|u& zu}eHEY5=K*pC)UNTP5Zz3M)x!O!ou0KZ$41?G=hFtlJ1M~EETE0IP;i&xcJ zB6A@W37{Ru>hnqw_=qepS168V;%tW^+BK71Gubh}Mu9Qs{$bzn7a@NUw+0f*8Zyx> zpCyjENCP*_7?!V7C$Cp)2!m|#4k-!2ob5gbb{OY_l8+Pzsl5*ympjxy<|K+IlZnyJ zjwh3`mSiH8n`xQxceZqPsM)mIF8huCQTJf~kZg&^Q2_~K-UdHh16cphA72^z{ou;@ z2Z^TH*TSFP82et+D%$c7iVsZnpt;pS`y+rU4!D4RjA7WF!Z5IGWX)*CG^V176d)5* z=@cP`I2aCf1&wyKUEK?wtci6&lo%(EXRax+0qZ_VZLKtn$P&&CEd?nz`YarmE7~*Z zbGPgCm#T+1DMEkof?0j@6Huei{ig1crBT>B2vvnW5qLK2(x8O$Bv!t;Tmahh7|7%E zmbMUWZ-?@)9@F!G)92o}GY|<~xiAkaNxyPYk?hJJsx)!)S77)4c*Cx4A(ozkz=rge zR$%(vidWCyIKFcUypSHRZmu~F4O3kV_zcv? zvA)ae`hd;!vs(AIo~qHk{<+#dua@!p1K!qvx4Fx!fF9^~dF$kU z^HVTC3x3MqLv*=L>m#r}0_!8NJ_73_@c%vni*O!9nkOy=c<>pO`6jBE_h_=TndCEY znnKzkpO|lr$kI-d@ozd3r<09TkLLg+uK(9+A&v5aTSHdL`KUcSPa`e4HDqF=d_q1+ z9PeLmOJ%32{FAwEOxGd@Bx$IbST1V~~TjvcZ;8tKE4 zOUf?NyF;>{>IwdzGtOh}4PE|_I1UDb`;_LP(Ok;RDSOopwXLN+C#ANpwRNhk9gkb6 z(%#zE+4^*AhuyJ*?19zgcWY~EJTNN}N8BS!N4%=IUdo+$VD&6H>cc8>=%+{23a5GS z!0P1rtMtD?j5zw)D0sb8>emZ?Zz}OkV$sphW^v6C_ZIJID*ZGFeh({gpEyhJXC=O+ zc)w7IZxy~8tsIhNk9er~UYA#T;FQhpb0xlAVA^IUk9ZjFRh;lg1n14=HXeMN>3yxl zcL>E1ZxWb>+Q}n$H!9V*pjai|EtC+eg!`Neb`N{}xWBoDSNLrEBzi`Cz=o@Y+xJz> zeO#~`a-0|k(h>N%9LDnm;OKwR=Kqw`Upp^90^F%zzn1zwf%z~J?~kuR*#);5m=z<@ zwHIK{ewG1u;f+hJ2Bi|c14XBCLk*{R{w+-(TC;xYp<$Q9I@u-%YHfc%F7dVNd7t#N zcKr+hz7=|jw<1XVcVGl?MIx1tA4+`fdix6CKKQH0^T<}u0lrnNeIMr}&RQk@eez>p z&p!iPDXA4p=K$a0-XWT8>-=|!Lqz<(SCPdZ0muI0^$(KFse#u3?t^vcxA}R6^p`yv zsteBjZ;`&ezjsL=@0E~bP7nM8z!d~+)BppH@!S3E1YEJ{qWFgN@34Q4Wz4LZ8y{E4 z;M(p`aL@>cjzkPY#NwIwL?Ua(Gln^3j3v{lcosBbX=5Up9*riAn3>LGjc9I0jHRch zlW{X1Q=i)F_d6>YbK^YP%b z&jz8PL^7TUbcNKh>1km+7jElJq{h=m+0723ehI?04tVYz4D|IFJ^kI#DXWKEu4pGF zjP5V=2l_%m&?>8u*O~yqg{#q{lQ+G4P#6cphr0q{<8W{9k)DVV33P>fumyP;I+o4J z9t$HB=`%`W8R-k+NJgTg$+$4$v8WkklhXaErj_5A!kB}Wb(spf6*sF;mrWa!(NqlG zg${#OERiyD**J8k6bW_*etL;%3IG zIUdhs6X{fiU_f0ao{XXam8O%XP-XX2D5?`_5Y6}uJaN5&Qd$nN8lR*UHW>paELo=3 zQnM_${G~BagJz;ri7|*FZK8WXaK2O+N1?)^pMr(#@T&b+5dQsxSG2f~^0|(`^YA&J zouh6!eGG(J`0+l>=Rf|AqLeE`nfEn@+n`Wx&*wyw9PVaC;&%IP!0*CYoZDY;Yf^K8 z0FJ*}qNRL=M9~ig%stqC$*qBed5UC0x0w8hAcUL)?@xW)MKu~vPSJ|WUr7t`YDf}V1efo98`}+S0+4KDI`Qa?t zcd{XId;34P+4FZx{+`)kv$wZ@-e%AFhmR)oeVe^~{C*4dcxI*HD&{HtebcUQmtP0l zhBAB3XByEdkX_#{{}ps_{JDM38WH)Tb@+uS%=fY0^7ISaJFZ@1?su&a@G5^acyEns>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(__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(__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(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#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__) -# 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(__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(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" - -#elif defined(__ARMCC_VERSION) -# 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(__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 - -#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 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(__sgi) -# define COMPILER_ID "MIPSpro" - -#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(__CRAYXE) || defined(__CRAYXC) -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(__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(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#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" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#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_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# 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 - -#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 components. */ -#ifdef 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 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__) -# if defined(_MSC_VER) && !defined(__clang__) -# define C_DIALECT "90" -# else -# define C_DIALECT -# endif -#elif __STDC_VERSION__ >= 201000L -# define C_DIALECT "11" -#elif __STDC_VERSION__ >= 199901L -# define C_DIALECT "99" -#else -# define C_DIALECT "90" -#endif -const char* info_language_dialect_default = - "INFO" ":" "dialect_default[" C_DIALECT "]"; - -/*--------------------------------------------------------------------------*/ - -#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 SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/cmake-build-debug/CMakeFiles/3.8.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-debug/CMakeFiles/3.8.2/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index e7037e5..0000000 --- a/cmake-build-debug/CMakeFiles/3.8.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,539 +0,0 @@ -/* 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 - - -/* 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 - /* __INTEL_COMPILER = VRP */ -# 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 -# 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 - -#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(__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(__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(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) -# define COMPILER_ID "Fujitsu" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#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__) -# 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(__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(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" - -#elif defined(__ARMCC_VERSION) -# 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(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) -# define COMPILER_ID "MIPSpro" -# if defined(_SGI_COMPILER_VERSION) - /* _SGI_COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) -# else - /* _COMPILER_VERSION = VRP */ -# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) -# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) -# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 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(__sgi) -# define COMPILER_ID "MIPSpro" - -#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(__CRAYXE) || defined(__CRAYXC) -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(__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(__sgi) || defined(__sgi__) || defined(_SGI) -# define PLATFORM_ID "IRIX" - -#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" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#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_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# 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 - -#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 components. */ -#ifdef 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 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 "]"; - - - - -const char* info_language_dialect_default = "INFO" ":" "dialect_default[" -#if __cplusplus > 201402L - "17" -#elif __cplusplus >= 201402L - "14" -#elif __cplusplus >= 201103L - "11" -#else - "98" -#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 SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXE) || defined(__CRAYXC) - require += info_cray[argc]; -#endif - require += info_language_dialect_default[argc]; - (void)argv; - return require; -} diff --git a/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake b/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake index c1f0b8e..516792e 100644 --- a/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake +++ b/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake @@ -1,12 +1,9 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 # Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/wolverindev/cgit/libtommath") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/wolverindev/cgit/libtommath/cmake-build-debug") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug") # The C and CXX include file regular expressions for this directory. diff --git a/cmake-build-debug/CMakeFiles/Makefile.cmake b/cmake-build-debug/CMakeFiles/Makefile.cmake index 74e6b9b..952711f 100644 --- a/cmake-build-debug/CMakeFiles/Makefile.cmake +++ b/cmake-build-debug/CMakeFiles/Makefile.cmake @@ -1,34 +1,32 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 # The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") +set(CMAKE_DEPENDS_GENERATOR "NMake Makefiles") # The top level Makefile was generated from the following files: set(CMAKE_MAKEFILE_DEPENDS "CMakeCache.txt" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeCInformation.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeCXXInformation.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeCommonLanguageInclude.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeFindCodeBlocks.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeGenericSystem.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeLanguageInformation.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeSystemSpecificInformation.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/CMakeSystemSpecificInitialize.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/Compiler/GNU-C.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/Compiler/GNU-CXX.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/Compiler/GNU.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/Platform/Linux-GNU-C.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/Platform/Linux-GNU-CXX.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/Platform/Linux-GNU.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/Platform/Linux.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/Platform/UnixPaths.cmake" - "/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/share/cmake-3.8/Modules/ProcessorCount.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeCInformation.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeCommonLanguageInclude.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeFindCodeBlocks.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeGenericSystem.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeInitializeConfigs.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeLanguageInformation.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeRCInformation.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeSystemSpecificInformation.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/Compiler/MSVC-C.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/Platform/Windows-MSVC-C.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/Platform/Windows-MSVC.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/Platform/Windows.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/Platform/WindowsPaths.cmake" + "C:/Program Files/JetBrains/CLion 2019.1/bin/cmake/win/share/cmake-3.13/Modules/ProcessorCount.cmake" "../CMakeLists.txt" - "CMakeFiles/3.8.2/CMakeCCompiler.cmake" - "CMakeFiles/3.8.2/CMakeCXXCompiler.cmake" - "CMakeFiles/3.8.2/CMakeSystem.cmake" + "CMakeFiles/3.13.4/CMakeCCompiler.cmake" + "CMakeFiles/3.13.4/CMakeRCCompiler.cmake" + "CMakeFiles/3.13.4/CMakeSystem.cmake" ) # The corresponding makefile is: @@ -44,6 +42,6 @@ set(CMAKE_MAKEFILE_PRODUCTS # Dependency information for all targets: set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/tommathStatic.dir/DependInfo.cmake" "CMakeFiles/tommathShared.dir/DependInfo.cmake" + "CMakeFiles/tommathStatic.dir/DependInfo.cmake" ) diff --git a/cmake-build-debug/CMakeFiles/Makefile2 b/cmake-build-debug/CMakeFiles/Makefile2 index a725fc3..2737d64 100644 --- a/cmake-build-debug/CMakeFiles/Makefile2 +++ b/cmake-build-debug/CMakeFiles/Makefile2 @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 # Default target executed when no arguments are given to make. default_target: all @@ -16,6 +16,11 @@ preinstall: .PHONY : preinstall +# The main recursive clean target +clean: + +.PHONY : clean + #============================================================================= # Special targets provided by cmake. @@ -23,9 +28,6 @@ preinstall: .SUFFIXES: -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - .SUFFIXES: .hpux_make_needs_suffix_list @@ -41,95 +43,99 @@ cmake_force: #============================================================================= # Set environment variables for the build. -# The shell in which to execute make rules. -SHELL = /bin/sh +!IF "$(OS)" == "Windows_NT" +NULL= +!ELSE +NULL=nul +!ENDIF +SHELL = cmd.exe # The CMake executable. -CMAKE_COMMAND = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake +CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2019.1\bin\cmake\win\bin\cmake.exe" # The command to remove a file. -RM = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -E remove -f +RM = "C:\Program Files\JetBrains\CLion 2019.1\bin\cmake\win\bin\cmake.exe" -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/wolverindev/cgit/libtommath +CMAKE_SOURCE_DIR = C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/wolverindev/cgit/libtommath/cmake-build-debug - -#============================================================================= -# Target rules for target CMakeFiles/tommathStatic.dir - -# All Build rule for target. -CMakeFiles/tommathStatic.dir/all: - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/depend - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100 "Built target tommathStatic" -.PHONY : CMakeFiles/tommathStatic.dir/all - -# Include target in all. -all: CMakeFiles/tommathStatic.dir/all - -.PHONY : all - -# Build rule for subdir invocation for target. -CMakeFiles/tommathStatic.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles 50 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/tommathStatic.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles 0 -.PHONY : CMakeFiles/tommathStatic.dir/rule - -# Convenience name for target. -tommathStatic: CMakeFiles/tommathStatic.dir/rule - -.PHONY : tommathStatic - -# clean rule for target. -CMakeFiles/tommathStatic.dir/clean: - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/clean -.PHONY : CMakeFiles/tommathStatic.dir/clean - -# clean rule for target. -clean: CMakeFiles/tommathStatic.dir/clean - -.PHONY : clean +CMAKE_BINARY_DIR = C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug #============================================================================= # Target rules for target CMakeFiles/tommathShared.dir # All Build rule for target. -CMakeFiles/tommathShared.dir/all: - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/depend - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=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 "Built target tommathShared" -.PHONY : CMakeFiles/tommathShared.dir/all +CMakeFiles\tommathShared.dir\all: + $(MAKE) -f CMakeFiles\tommathShared.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\tommathShared.dir\depend + $(MAKE) -f CMakeFiles\tommathShared.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\tommathShared.dir\build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=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 "Built target tommathShared" +.PHONY : CMakeFiles\tommathShared.dir\all # Include target in all. -all: CMakeFiles/tommathShared.dir/all +all: CMakeFiles\tommathShared.dir\all .PHONY : all # Build rule for subdir invocation for target. -CMakeFiles/tommathShared.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles 50 - $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/tommathShared.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles 0 -.PHONY : CMakeFiles/tommathShared.dir/rule +CMakeFiles\tommathShared.dir\rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles 50 + $(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) CMakeFiles\tommathShared.dir\all + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles 0 +.PHONY : CMakeFiles\tommathShared.dir\rule # Convenience name for target. -tommathShared: CMakeFiles/tommathShared.dir/rule +tommathShared: CMakeFiles\tommathShared.dir\rule .PHONY : tommathShared # clean rule for target. -CMakeFiles/tommathShared.dir/clean: - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/clean -.PHONY : CMakeFiles/tommathShared.dir/clean +CMakeFiles\tommathShared.dir\clean: + $(MAKE) -f CMakeFiles\tommathShared.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\tommathShared.dir\clean +.PHONY : CMakeFiles\tommathShared.dir\clean # clean rule for target. -clean: CMakeFiles/tommathShared.dir/clean +clean: CMakeFiles\tommathShared.dir\clean + +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/tommathStatic.dir + +# All Build rule for target. +CMakeFiles\tommathStatic.dir\all: + $(MAKE) -f CMakeFiles\tommathStatic.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\tommathStatic.dir\depend + $(MAKE) -f CMakeFiles\tommathStatic.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\tommathStatic.dir\build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100 "Built target tommathStatic" +.PHONY : CMakeFiles\tommathStatic.dir\all + +# Include target in all. +all: CMakeFiles\tommathStatic.dir\all + +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles\tommathStatic.dir\rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles 50 + $(MAKE) -f CMakeFiles\Makefile2 /nologo -$(MAKEFLAGS) CMakeFiles\tommathStatic.dir\all + $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles 0 +.PHONY : CMakeFiles\tommathStatic.dir\rule + +# Convenience name for target. +tommathStatic: CMakeFiles\tommathStatic.dir\rule + +.PHONY : tommathStatic + +# clean rule for target. +CMakeFiles\tommathStatic.dir\clean: + $(MAKE) -f CMakeFiles\tommathStatic.dir\build.make /nologo -$(MAKEFLAGS) CMakeFiles\tommathStatic.dir\clean +.PHONY : CMakeFiles\tommathStatic.dir\clean + +# clean rule for target. +clean: CMakeFiles\tommathStatic.dir\clean .PHONY : clean @@ -140,6 +146,6 @@ clean: CMakeFiles/tommathShared.dir/clean # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: - $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 .PHONY : cmake_check_build_system diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt index 4578cf7..1044da1 100644 --- a/cmake-build-debug/CMakeFiles/TargetDirectories.txt +++ b/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -1,8 +1,7 @@ -/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/install/strip.dir -/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/install/local.dir -/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/install.dir -/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/list_install_components.dir -/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/rebuild_cache.dir -/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/edit_cache.dir -/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir -/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/install/local.dir +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/install.dir +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/edit_cache.dir +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/rebuild_cache.dir +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/list_install_components.dir diff --git a/cmake-build-debug/CMakeFiles/clion-environment.txt b/cmake-build-debug/CMakeFiles/clion-environment.txt index d1fdd97..fd07cb2 100644 --- a/cmake-build-debug/CMakeFiles/clion-environment.txt +++ b/cmake-build-debug/CMakeFiles/clion-environment.txt @@ -1,2 +1,4 @@ -Options: -CMake: 3.8.2@/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake +ToolSet: 15.0 (local)@C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise +Options: msvc.arch=amd64 + +Options: \ No newline at end of file diff --git a/cmake-build-debug/CMakeFiles/clion-log.txt b/cmake-build-debug/CMakeFiles/clion-log.txt index 0d29f2a..5cf0404 100644 --- a/cmake-build-debug/CMakeFiles/clion-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-log.txt @@ -1,4 +1,4 @@ -/home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/wolverindev/cgit/libtommath +"C:\Program Files\JetBrains\CLion 2019.1\bin\cmake\win\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - NMake Makefiles" C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath -- Configuring done -- Generating done --- Build files have been written to: /home/wolverindev/cgit/libtommath/cmake-build-debug +-- Build files have been written to: C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug diff --git a/cmake-build-debug/CMakeFiles/feature_tests.bin b/cmake-build-debug/CMakeFiles/feature_tests.bin index 829c18b080a1d9853507864333e1b9578a2aeb65..829c2a0d105f6f7b9207a0c69a4bcd0f2cffb705 100755 GIT binary patch literal 52224 zcmeHw3t$_?wf4xC9LKRE0}*j}Zj3@r^T5QRm?Q=%vBMf<5Q+0B4al;zw$;dzkXEq` zv^Y4v#4K)8N-1r*ZAuA$+sn_ZG;x4S?Iewp5Ws{-p)U-j?HZ@lgjayx>i^E{t}WY& z6I$qP|4PZsnK^Uj%$YN1&dl!4daJJ5%rY5cW`sn7u`WRRIe0vAq@sB0nU79ok4%1Q zW|ztJ)XeIJKum~4!}U>bqu}#~LSb2`m4s+KBm_c2`4uaK#;{+SmzS4g*IAeK{JO1W z%fo#}n7#KW&t8Z8?7iEc4Rg5d*%*fpJ$pT1A2c!TMm?)-n24h*2#?OGP z7^S2%{4!b12BVT*7g&vn0fF0os z=4oW?)oc{>AwXB`#|TM32V>pyA{ycC78LX&kRtCxNcuU5UqGWfXDSMY5b_ZoMo9WO zh_1NUS69#2sl4xqsNJ1OL`ZVFXe{bOn(G+4=I!oIMJENrAiRA>zkj+XJi5Ky;95JVn_qN-c!}4t$wp-a$29r)-#Hxr#`BdOD(ROr(J+CnCzC zZh5KNttTLAqIM4x?te}~R7wqfog|${Bo|UNjk@qv673d}<@ZD^5Z(1t5G^AHU!y2U z(ff-L?Ie}jed&$iwa(()LRrCB9faax@kJ1 z-%#Bm%!z>&)WM6Wzb#iFvQwv@A-Zo<^i$%(NZjubmu1xHw=hKp?xJcSUEng^QY`6^hD@Wzq4wbf+{rquw*7#iK4)Vr(EZdMZRg`r1mfHn#xg`fn_NjM$ zlt_rmUa@U=>A<%sjl?k9;ig6K)7VgDVh29F{@RpvKwqT3@s~tGjZ(A~L|h2<0i>+k zy4$jqP<(zX{HcO8AUIA$nm)#o=0>c%uV$aO3k3+ z>rkxhRqrG0LLhicvPFHKDAuD;6_FZY{4jDQ-RN@B_%09kJynADuk`4(dHE1END)Lj z6Cx$G!^`g@so*M-3-rcN-k>Qg0HRR}`zsjkp%GMjk=j&lpV?OSmq#(O@mx)#zX5u1 zO;-T#`IK?>Z25TEVz^& zf<>Zo0#uuK$S&GXk7N&s zisfslFLvbJLZH`jGXVW`8kDzaiyB`P~bCGXe3h)OkPS;@1avR~;_55IR*Wq_qPir;rf z^V3+*-YY6SN}o1i?;&m_mN+#t#^%U zi7sFCITlkh`C=xu$xV<71WILdR@Uu~X+)AOc9xq82wz~}v&41XMO0QWQXP4s=rG#{ zb4A5$7u!IB9HEQE3(a6Wf8^j_1-hElrT z<~7bDX0VX%5#q93HUZ8#pOg@ps6iB;8ar1*F=yvz~ZpbAXhLTzw z@)t#FDQ{n%q^?6^@I-ZsmM4WxQcpnU=w0MfXP%fCdM?DsrEip zADcr9#8vMF{aDj7+>2)IllE9{K?5fBVUVhydCO2E4Z;krA#G5mfMq>MCQz(yAH;vv zYDm#w-DW8UZ}el*gQkH2m~7kQ_ErEUPt#K->=VgS08nUTBcT$!6bq2*v+* zuEuA6_rUi-4)nW(zGDP^3($i%ioHGLq}7wDd20tQ{n*?043lUhO02|ToEz2F>(x-6RBeytBH&Hjs2V)i9AoAjWkQWX8~$kx zwO>P$kl4#!(K?83(T?eY;jJbO+;Sr2C8Z)?E2tJEt)_^`v$2yR9Cm)gJ`au-2*qKa z1r4-f7>H9gIRZdhTGkw2cQ)zEp=uxE6DDJDI_>3(!7*bn7v85c?}P`T^P7+2^fqC= zGI+p({`3GJ`8?uLN>V|hlW8YgtUmQ;vQ{HCekN;*H1vn@%ljdisq;~7r1Ob5_PH** zTU|Sw8j534!gQu`VQ{i&TyGIl7(8$ATv8&&Kkpjibo$sTMOqcy&p-$H7#!Pwjv4OZ z^}iJI=2I&-y=mAoIqF1wD#`0mAO0*1{`A39sU5yzW5BC1>YaJNydSkTpcsR8Y^P)B z2kjBtEz}zHoMUu-Fq={|t4IgqSvqL0JFxhZ#T_Z>-hulo?Cl@(IhC+&J78#nG@7t| z7kRAVXi5-E_8MD?gzd{I@x-J!VSAYh$y$5*QHv5|>Qn2&I3(Y%(Jg(g~`+DX{^9Y#WYzfbJ2^dmJ`p}zW8W8{+P zA!*zyc9j?mNH3Z|9hL`)16MO=^DW9A&lo04$j38jgWQFyEMu=gbV)_LS{HLnSU#4X z))yGr*8A|d#P$kq5JSS`bx1F7N4Z-4nQ_Gj9yE>iBRj|3VH=yL`y=2rTxndM7U#@E zhNijpaLwAb*Q^bDhe^HT4XqRg%B_@2GpH0BBl1EMP7?H|psnoXA3=-p$-QPfsdI1= z5`auGV*|UpU|2Y46!NuT)f+~Uyvcc5AA2o#U})(#OvcB8A}U`kZa6fAb#cdZkf;u5 z5i@d%ve8aA@0GnzowEbCbeTFhfPQsu`U0L)mu9P(ZvqERn+16wr*@lH`>V@iBBuF!TrUZNWJ~zUJYf#LklD~0!NA_*$r-+ zkx$qxXrt|jDLx6eG#n;=XT!m77C3M}#W~Cw64oS(+d%T|*h_6=O9sD$BxuUf?Q#}B ziB=aUynl|S*xOVncEfHOg1^N@43FjCl7K(maA*tl9eRhSBbVBMtmabT4F`L6ubuM*y^gK3XPci>XNtx9UgRDZ(t{>u)us7R) z21Nz9QI||1jxsJKg^`OUZ9XPlDwPvu5w0i;My`(dcCDzbi%eo_6KzJ$=%OVC*Oq)G zENXk)v(=w-#}x%=NDw_-Z?LPWa#2q&wIceKX%>Ei)oqOD-`_hT#>n!$!S z&j#UC4;6Oiv|)?A(L|K(2jkPrJC~T1U${E+ zF8MM#^%@qTf!{-EF6C0(*1y%>inQ2qmwgEIm2CrdvGXb{6T8ID+wJ7!)rV*mQkKyp zfNQ{jMmhp!`zhU~g8WuaNB9QZe#_DBcwd0xN3%!-;A=+OabXqf%sX9YM4R%NNSAlW zbf228#lfzRON1p2tMDRDNj|mHaxqV@r40avNM)}l5-y$G*@ZQfDZdbvr&Kx^A}U&k zMCDelAhG0t>Ua$Xv|%@C(0PsLnyV)m&auP$vGZ*onww^ezMW9imCq&;70T@!veB(7 z<<_1fThV^ohY7i;T-oVV4i31XV3(3t*#wPY?PAVHAtBQXOHg{KkGq@d{WMN(-E+k<2D+vS4CAlXLmJA_ z(krN0XON6A3S>B1{qS^PIxWwQrhA=ZK{PlCUH>i~ZaBNp13ofOt98^4MueoH5xKvg zM({2>$y=#>L8w$>MU~3$j^*5rV>I~v(N)fB=SnAe*`kV)#1oi;%(dw0Dy1LycwNds zrFF?$V*7jYI#Qn7HTzYuBM4Jf-Vi%(us4Xx2QJcQMQ77_F6FOI>$cMtqrV?rM?>>u zrSc+~+LvBUBr4n9%-nRQ*!J^GvGYc3Oy4xcaa#%ZnOq90iwft(8Kad;JI&2Y_n6OR z&OLaPPK%b)rQa&hGUK5p<)$1@K*u7xwiBA!gC)L|%gp{FjXr{=y zgRUp5lwKEd0`8r4JYxSL*z6eiAKK#uo&a;-UU9<*^!O@Pf;p;J5j!{9H)D%~s#FVe zSFiFps?zxgFGP!z#Ln|en!%8~rTTf??%3EZ&xDKkoJ`jDv@-2SutBK(E4;|sei`hE z?mAYrzZah@w!`U_0)t9Z6SmvHyS>}mem2=01gL>f@a#oqp1|*fHl*enA9Mrr2z<&?dzKhpx@8fr zk*rj|y_+OQC*A~+s63~2*;@WgrLw17!9K{T97x!DaGg$ja}yrIXah=9lM$8`LMlhB-ZDf>zeV)3)=*mP2(BVlvnaXh~#mVDu>OGYjr zKgo6e`a9HpK2tQ;`8`4?FO%PF65IF5tJD_$bgX+}lGFU{wWFNovjt?f$xidG z8BO;9#~My^fDhKK_EMOWvkMjk=c&%2#*#dz{42`eWf#elZrDu@^zZVTe7{KkFP{v* zfP7|grSftm-6y3Tg}VCJWvg#ZC;hCoJKDQNC1@A9 zuMpt@-Bz&&ey(_8@%XKKeiI)pV>ZEkR+Q}H2CM$&m+0%5-JN3v=r9E>CEwNu3g(RY zQVey`yjh^bQVuPD`j+-gz1Q*zQkd;{pi;8WdN<8f!P&u_9c#?a4l&!=;m+kd30$XO zS7{dDtnv+ni4f;sB8B2Rpl)2s?8{VKxx$9G0wJk#N{@le(2yZn3Qp;vt5b-RO-=Is zDqRHeE8px*X8UN)&bZuQFwr?nAvrLPv(H&oKFm3Hm~*bdITzQ|Cc0wB!~WyzqS?C5 zY{%usb$IZ)=T16N%kLYSXANDPu$FaW8z;NrFZ6s(RtA$DBl!sBi%0VAtV|{gBl#N2 z=a1wg$j7aU#f_nB+iU8uT!I8$%hQ$dnVgPUhpc7ngc^1O=!!UJ3|}(5x$(=ELz(jCdB$0ED3j{IxL%z zFd8SK;#qY36Kl`L`_W*pCHPIv_!P?*k-{ym4vQCwu~k?$_}(}Un-6RN18M3LdtMX7 zDSh;S8fM9_v_36k1>OYr3*Y?)G$J3@{lX20){yH} zEDxiOzEU`VX)Wu3@|m^Wf(f|Casx6ZHH0*_RMz&xD8hbbeH8nf#0eZJUu*0?ZnqcH z1_LKDev2Xu(`uun8a@_lIu)xop%IiV!cGdC7s1)ZCIj20F|)RBMhgjB)lV^|M^?ve zv;aCD;*{#`8cjSxRr4N>(elEuEmN=83sxs=)AWj$8cl0L;W^@^noQ>z1<5kK3A2Mt zXpOgoH8)#5TW6XTe4ZBHspXMe)U(aM(&u*|6@SXfhvGYFrX1cq- z;ZTHY+Vbw#Nh&P!?KK!8u9p+9<$8giR(;rp>YL$mUUvCN*(D=oMG4z)e!}%_ZHM!u zlX}o^A!thus%H+<$v5J-*BoF)<(Y)-dejh=m*^%>J@9q|@8kF(!e5b$zYKV6#0h@^ zEsvshI*_lBpv&d;cTv;5J?L9&!Zxsz56T6+xoN0Q1JOzSq;V*DPP_CXMc~paAD3PQ zmCE%(m39es^)B)QBDLh8Hn9J7*~=+Q8(T*zr>Z%x+rMp|U>aPz&L$kZV7>>K6E{_o3?z(}j->uG}tur6m_!$Y?&WE(AcoI#;rP&(EWSvCW zHP8Tq`~)1>KbQsI_tAbif@d4>g7?Ai=w7gfFk~dO&mxPdAxkOc7f|E`I<;#tA}J;k z+GCQ1(Txe<1j1?iUVfRS{veO+INpeT^B+Qtb-E{$FQjWR^($J@auhwri_E0n8g;#f zU#PW?yF!`;qgJv2%9Gr}xE-q(XjLZhebb=sw0KuAS+e@zG_c#gle)HHH}!eq?d-=M zjdDm>uyO@%^3g4eRbpq*K0w#)+?~89c3zvP=)i4=H|oke=8MYHV&}>~Rw=JmbS}fA z1$x(pR+o(paKq(F#f_q}vPo2`{;b|Hg;ZzVcm)aw(M1QM>Mq25D9L8AFuVRbG023ydQ^+jZgjbx2s-$v>%&;p`!vxmJ_i zkcjsIxyN!jvZldFFsMaT0KeD>pzKZ9F1ueRYy+X#S@jIRJitj+_#N`@xK^)vg%Wh4 z4>uA8^tUNtdmY!r#J-AZDOJyiiU~KT6Sf1umpQ*SAF4P_FLHHO;U=kNPmnJJMCT|? z*nXfhc#n)(A&M&8|3G`?bRPuGS+_q&5baS72cDouC~xT3Uf#GWn=tlKMAFWMEKs#Jv+J<~KPv+8GyK8T)zu4n>LLq7vKX4rQI_R`2! zct~N-Qt~CS=XaS2+aK{H7uT`G9V0P-oXA%q>qdGWO04)`Kq<8TC?|-@k^+e3;W8qz ziz_H$Tg}CirP*H!FS;mtjk4177zAX>lZ&2PpQrRJTD&KkmFQWtKl-+^a#yDlM;G>( z(bsyk&^rrW9G7WkdzJEYO$nrYbX-?{Yd<(8Z0|fqJukObyq&NWbFug6Vt&L-=gkg0cdMquSah`f#r=r{ce8Z+^C+7@em`Iot2M+bqOi99 zBk+|1<+O!G$M>ii+OySjI06qY`B8!z{lO(#jwqGc@4qbi_K9clGqI)g>IWD>CQ&hC z2GLUnu*I!kM?RgzL`j2)$L!>@hcVqM4xR$Jt~+16lj;|Z zeQruf94g+cAEH5n^!#h|7Spp*8V95u zK=oQq28KlHwd5m3ex=uPik>naJ!9d>JCSPknoZR52wus1<7Q&)G7AP0?mX`)1Br?c z)j`7jy?mf1c+xmVkw?kmdb5b1xl;4Ap&v65jQOLf>m6)cpss9mxR?%-K$<5pnksI* za4q10nB`&W7j|1X5lv?{EK4Y_SiVD`!;%Z~Ud!Q4hK>#)rRnHBJ!N#8bo3^0n6JfR z$21eN+avO;wPfReasS!Ly>9D+w zkxo{@Ao6r|LMq_9QdAzKdIG2sQ$3uz7Gi~j!{iVWJ<2}pSRO`2e!!+uF?Wj{=KX`X z8p)IW=vC*>KN;g0r`?hF51Q#(yA`q~Y^JTGr;R)(Dy>I=Bu6IF8m&FQzy)5yb{&y% z2M1L-#vUeGLq*tI>CP6uPiIIvaG~1{>Z?fJ-A%5-PTbmdHy_2Vr;uDj8U7(je&;%L*=!-TQ4n7(V5>;CFknjK844*JpL3WmbsoRSr&odq?zX|)9WSX)0vFA&UYUt^L zvAgzJ42GSZxYap$Gv<5yk4U9YwO7wqfjiec; zHIUXoS_5efq&1M%Kw1N74Wu=Y)<9YVX$_<`kk-IIsRkS?aUxORfBT@yAu1IJOko`r zI3QQyP^tj>)H=L#ycuVogcK*8lk4L&SOtPsU#YN{Ss3faU*W0{=wKfH3Ri_d=eLv! z;V8_YqY-|Jsbt@VQhI~idV3H4m~HCz|4G%F7AviRvAgzJ420jrD(5-~@FRg)pZw=(1tbh0S-&+mo-lsKiTpGx?rRPhsqK4A?NLEKW zoz_5F18EJUHSh^(AZO{CHJ)V^&gzxRD;A#TYi{;<>+7RZy;qhzeyPqI56YfEC?E&C z!N7G=G?s!s81TkCveXy}qEc#t`jGc%1>w3BEM++wsEw!QW|Tp^NL2EnO@9gwaXIXf zTO!in8*T9f1F{tL22+UT3x{H|)EtS9uZtp-$Z>DbgXDVXBLL#@bbiSfOx?Os z;_*VlqgRB^ePL)+!Z1W7IUWu1-lS|w8>G5;$R|UZ;gRroqxDCpm;4^1#)L$T;q}rn z48Si1$zB4XdQwVEj>dg*IF+RkAx3M$h6D8h*%Ol@-l#V<6a1C$Mo(Qh+T@M;VFJD& zQKlXRjA1a~1HTE!3gan-{3KR1fW$F*!fZyAoI-bXu&?0wktJ<=0)G0#;dKEig>BVK zAu>qJGXF6Y&M5;vPte;~>rXYY0-**eiaC4C5ebBX_#5e-khf8aMZCULv-hZtXa!tU zkIx%{ji#&~_F=NnTsW3t2E!1SN2zB{C@eMmq=-CTwIQ-P7=h2zC^gnfQ7%&ovUo5U zkyB_MCLWDqXvSBGdPDURSzD^2CJ$_#bbNGI5|!$ts1))^o@?PVXy7Nb{-l`>GxTE~ z!LU;_9jI@RJrFG@d1|9x-#ST7VTaN6-e8=(hb}@2k{FCFT&HVod^@^Qy|I`SO`&%5 zo`#GjWD4HKf-o}dG^ZQk08+UIxgjcf{TO~&%XmTLs5byZtv`k>n+aGl`y%3h;_4mG~;f8l6L3bxEeGfOaRQh@FH zg<1)dK@x_ycYHFW0*c3z29zB1MBOLd?4!y5;jZCU^y7mxVzL2ImPvbpr&$|9A{5 z0?54rTn%>F#E(cw;-p&I4hIaW141}N#-I`LO$~Mv;gD9ARLL-}(UrY|KTyXP133kg zc{%t)+aLeu1S`#Ay~8$3=BXKO1C14omlQI}dZCEQIzc8~(0I~p;9c1(8XcT*;WJ6lc;w;2u{E7cYCNY66WetEnwhrkE z7RA3X!aRKLA`h6Ap!Kp^7UZ-t$^_;|-584i=VdL(FK5-@BCsmZ#PH9{>XAC$X{^aJ z7d%o)v<%z=XekbvNZPa5EVM7Mxd^k+*7%>Hhh>4FMB8YC!oXLB{qdkATy7LWUvsNR z6t)Z-8*H3~vu62)xx%cG7PN8E*9VwXNP_job)_3_+-MAN*1Y*^1VF=oN?u{iXzFVN z>{W`AhpKJS?0nckVJ;50my^VrCkb(pz*tT>Cig;Nu~DAmGwml*h0+AWWrCVKgle4dR7eoA_&*{5mC_p>6Ffqg$H{1_zMYr z)Pg=|K_9Z9&sWf=E9kQo^vMePTm^lqf<9A0pQxbUD%kXL*#G6Q%t}yJ=rrY^^1~v7 zx?E#{7c(OO`)q`D&Sg!!)w!5oG^-?FD6R)KhB+9;{Fw_*=OLy*5*&@U7bWWZi9<2pl;w2GI zzjUm^#^l|+1wT0XP^%o=@Cl%#-^d7Q$gyK+kRA>1E?+`=f?5Jt7Nzrvo?0kAsO^vX zbZGD)`1lK_T}?0pp&j8Je5vFee9MY{Mp-V>(-3aJ_gikj=eLG`rs32lnsD@K@{VU} z;``ftronOLpOQS|+DRk+*EFzvMfr+{O1JmjKJS~(yQ|&TtTcF2Z9EY4 z&-F{S@%pt(tAL>;Hl`)38zZ2qUg|l&uJ*#>c@clD(fOH3P@tc{<8+kP!0~GUA0y`e z?D%V>DbpJG_tn4~C#2`gzwhWDyXU4H6U&L<9v{B>XT~Z$3NF#}M}x;fKbiRMWbA%i zM$uMNKAEvcrZeWo#}5h8&xFshWX;cT^R|=Qnrvc|sSScR=@9wJl)rm~=g$Pj3bCo! z44wq(H;O0K#g~M$mn1=a;wzW(_|$mL&a8-~hF4>z=_WS47I>1I%8wV4OhiA`#HLbx zBX2-Mztq=gMkFO)quoNPpUEbhrm+l+4gEO1QNBda6U@zIxuz$W#h|11h%U#>au#H< zocUS2WL%!;3PCqUz8Pm)Sl)sTmS_48Mm2Ntu}?E=GR&|~Vki0)cH)9t*oi2gGPeB8 zEY!Q0W%ZjQnKc=1s@qS4j^9jt`7(RKMQmseV^_>&Y%M-%#_@>8;!M-B*))F+n^rxU zOjk;6^a7J(n3;JI$on(5^lslBu zpWT<$4QbsO#adtK^X2hX6Iq{>}8@n<^`)*y}Z?Tlg1RzrBe&muG+T@1Js;Vz`zfNx?i7eTtF0H3TyC_=gw@GA(# zNN)jr8NrS85MbsE#!8XS2b_x_BJBWNiQquG1~7zh58+Q??0SR-d_#0IU>`yRX?7|; zeTz^->C+gy1z`=+-GGIsqn$@l7qAhb82DDe|3oN4`a!^c1QF>WK+74B4e5NqbqE5| zn*pCdC`Gyt@b?G~q6fV2Otgu#8*r_FdPr{poIR7V-DuYhcq76Qq&EXTgOClHe!$v7 z?0pFj*pKiy(s-1`N)YZt+5z}igjUcO+o1!5W=hXuY#G8Pq}_lL!e*qq0WD`Ub|=yT zU>=Mjz|oxJCx{a_Iu5H?2kjIbMZ-GH|9ful6w zBMA2(-3RzC!sAHe0S9Zm5Z5QD>s|;OM%aXOE8x!;;r>4HT+G&7_v`RB9k%MQR)@=UIA4cn=+Lag|LsA%^L`U9?*cw1`?WVI0-?GvUJ#%I`1B%EOvXLyl=VEuOA|O7?Udmu>8>6>(>H_sRC5QJ^aK5mKUTj*=*tMpSWBkKKQfPeuZzVM1XaQqo zCQm*1>xX@f+Q}rc#sdO1viL~aBQdvGY7T(M8w{c%@uVheT_cWmGMv!zcp@GTN#bMd z(vckGx(5<#b-#y{R(o3pUR|iiK%wW!uR4$#JUAAF7Vr*DFj$Mj;f(#%=(9%34|q!K zX-$HV)a2npRB5f^H8D-5oul+iV-g*uA)FniW@LIN0c|8nq?Z_H_1N#J&yo-C-+4w= z+6lQ}L7Kd*$H?K`mVj@a)=_qug_Ma`pk#^7vA{xokroe*H5T!-7w>lAI-AB>_6Nck zS_mKVtdHUNZb+^};a!=YCOZBRfdLS07xFQ@#wF_rzop3+(|N`rO|2J)i@625&HMnG zTZ+;v9$vh3vlNHcAq_ht14h3z9>tqDvO5~aYfiCBKPybaR`b_SfMi32UD1M(YNTVD z&KOM-O0i&O2A=bvU|A^3sc1Mmt|7YRw%OQ=ZkCmwN*-oZ<7~Wh?$> z!r{y+98eD|X_2Ms@M^p$g+tR(mX~EDtHZOsFZs4~eqnJiRO` z!Tug2I$bQHVC***T`_zZ8GFb?l)BS_z3TM(IZ?(=C(P(kW#6_`8`h`uX6&+x<(F5u zO6GGTnb`TJOVb)iYvAwFfO*V$key@le;4y~<$o~^;Mp%EMra)^xQUs7z-`rW_{nD6 zGe=nj&xr3JqV#V<4gC4BpDn()xe>4SX@88Mtnj>f#f1XiIS%{rQc_vr%IalvOACdV zj4izvuUAWDg)LI7@ZyW|au(B@y^Xba2@MQFv9dz^nSq5dUxS2KsOB~X=#A8Hojezt zw1wVSwbC|MVuJKSkhUwp2i&x Wd+-J^RtHM6E%{prq<{Z98u)*HuMzwJ literal 12696 zcmeHNYiu0V6~60@lR(1S386R%kQGfTL-As#PFO&YT|bgFavpVT9&MfRcxQG!Wp~z{ zoefT;wrK+q7KBEns?r~oP#;pOR;~M^kY7M##N$sDDuGa2wQki^0ZJPLr2av({mz|x z_AxtlP}Tn1EA55~RM~Js1WQE}k9vLlog*_xl?Nv)cRXzBl zh=(#1A}R@_N4~b-BvHT#Sz#Deesn6xdW4c*r_$?GdJNAg#~5<|sBiQeRrW?(62J&g z5D)|MS%oA^<-mE@p!&=;5(P}i3d3HHEEuxh=b=Y_e$vve1V>bROU31)>K{XeiraJ6 ze5$`tD*5Z~4S);L0sUY!=s7GG~ zjP$vrj{kji>WS9z8=@lh*o$uKh0lVMI{wn?c~7FeV+5@7woyFWwj@v^e2SQFFO*TX z-3&Z)%99qN=e?oX*AJy;|B^cX*NX>6hhBMcx-}tEubdSUyz=IXgt+h=^ghhAZ5a^a z%pGuSEY;NwkUG8?NzI-=y!i}SBX`z~zd(%g0)!uxO^nZz7nvC2&l7(v^^Jc>17|OX zVIVboF?IIBu2ksd)a#es>nhgPu(h@=Vtn3f|JXg>+Z+|5v~CQF7i>5-{&MRHkU}5G zmR^Y7M2_terPgWg-gBcp zzvuoA&%QG}duad`${YTWIzAst-T7|m9U8DNjwipA98VrfYV)V6ZGJG1NYWUqAq~}K zg$!xk{wwuP1_*191E2z z+CPri8>SGp-PDDQTs(oSvUFf+m(_Pnizp z>=j4Evhj8`HCxY{#c4eqG<%n9#A8TTwX{Bs91T=2q%m1&E?g-wa|O67AHg%nE|@cE zbJ}eTtxZ{nBuHy{Ge2oM(x(8iQZ6^`21Fhy?l>5lMioc5vnFL*5bF`VxE+e|(o2bB zW=zMl)28+ntQj=$%Vxi0=JXke$Y~V30@W-A$W#MU4Y?oSot2$(HF%#hwMj=$KWw@I zsp=fob0u0}l$QY_MdV{4qXOI5j*7cpESgTh$RI#8sx)WoZTHZdhTj?03QhYw)`+0h z!<}+W-9UyQp&A`=9o<4MXRokYmTW6sFwA9!3=$ace02)S)upk)l8t=F_@`+_gHqso zpoFk2)7D|#vGhp{5l5mvNb+?oWemz~J?#{h6Q~-&8$Pr-d^hdk>02g#sa!q=I0bkB z@X)`?<(~jP4)`kIB4E4PB+|Z_O6cf_2+g#IHm_Z^`c!CDJJIP|sU0?MB>`1}<%QS^ zKFQC0R4zwJHqyR3(s5tgnnzY26T3Fuee378-b`eY!M0HR0(Pk`l9BckE&bQ5d;kqA zo&k6Ue3STnk@j!3^hG+J3J*r2Cs*`EI-hJ!MY>O{Ohw|ySM7}?oJc$w=}tyE`yx@u zLB21tT7D1w9O?_OQ@c+llg-kMKr;f(2s9(mj6gF2%?LCj(2PJc0?i0CBhZXMGXnqH z2+ZL;h{`DiC4vW^Q88Sr7^lJsSyRWA!o@KQm5uUA=dBa6wproyp8=Ik9uOUhFaKKr zjrkv4E*D7TbW4Ij^~_hbN9So&&a@;5h^yrj|D`BM=YUi?JRq)9kU^L$IIg0?|2eQc z|8KHNa)r2F!5P&)(y7nvZ7)fz=W9JXW8J;Cc+}|j?w+09cXs#s4F}+1WLLZ; z(ZC5~R7L~oVc`bSS5)$))>s(Xb0$z8SrpLEuvjI6#vzRCm*qw`T-w3rs)24mHt}|VKrnw$qyW0GsTQ=Q;_wn=LbzG+Oe8_#mGWEEg5pC0 zLGAugYF^vWuYXEAjrp*sqX z9+i~(#|NO3|9(5=CFEZPeZ2@+C)18wbW52`ERE|q_w|ox!$Sv0HBA^e$je%|7~p7b zUQ6Sk(kw#4C}`PSVG?JY2Ax;qSbs+F$-NP~V@Et5ETrL>*uoLLqaVTXnCl!789MsX zj8Z;-1S&O{cf?vJYU*^{iesaqTa4i-O=w>jj%Pe7d9`~axpz<-+&2Kny%CE657z{UK~zxyhiu-Q?y3uq)TX~p}RV(RPRD161BIV5LZZf7o#9scS{PqVnLhI zZG+4W?T3_M*&2@8(4DF$)E(fH#iBCf-MG5%ur{K`u|G%0mJ}{{$iX7l105H!;*q?o zPXfA*2dB7Z;Z}$RP7 zQh1%^eH`D1jMfUH&g&MFdr+y>=l!0m3~psX1^xO1pyMd9!0n%INl3}liopKU`70IP zzk8Sv`%s~82-ZK-k^n~E8xn|=2jtyQ>O1RqDEj??Vfh5pFZ!u z&nbQOm-YSl_kH>cDt-$}|J&5Ln!@ce>4&J)_MgA2T@`TtzGQidb#3`65Yp%IW_jCefs|Ry#_vZFLDl%DDVIH zp0Z!wkG}z(wiV!Z diff --git a/cmake-build-debug/CMakeFiles/feature_tests.c b/cmake-build-debug/CMakeFiles/feature_tests.c index 83e86dd..0b8491f 100644 --- a/cmake-build-debug/CMakeFiles/feature_tests.c +++ b/cmake-build-debug/CMakeFiles/feature_tests.c @@ -1,28 +1,14 @@ const char features[] = {"\n" "C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 +#if _MSC_VER >= 1600 "1" #else "0" #endif "c_function_prototypes\n" "C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -"1" -#else -"0" -#endif -"c_restrict\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L -"1" -#else -"0" -#endif -"c_static_assert\n" -"C_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +#if _MSC_VER >= 1600 "1" #else "0" diff --git a/cmake-build-debug/CMakeFiles/feature_tests.cxx b/cmake-build-debug/CMakeFiles/feature_tests.cxx index b93418c..11a75c2 100644 --- a/cmake-build-debug/CMakeFiles/feature_tests.cxx +++ b/cmake-build-debug/CMakeFiles/feature_tests.cxx @@ -1,399 +1,392 @@ const char features[] = {"\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +#if _MSC_FULL_VER >= 190024406 "1" #else "0" #endif "cxx_aggregate_default_initializers\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +#if _MSC_VER >= 1800 "1" #else "0" #endif "cxx_alias_templates\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_alignas\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_alignof\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_attributes\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_attribute_deprecated\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_auto_type\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_binary_literals\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_constexpr\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +#if _MSC_VER >= 1800 "1" #else "0" #endif "cxx_contextual_conversions\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_decltype\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_decltype_auto\n" "CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L +#if _MSC_VER >= 1911 "1" #else "0" #endif "cxx_decltype_incomplete_return_types\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1800 "1" #else "0" #endif "cxx_default_function_template_args\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1800 "1" #else "0" #endif "cxx_defaulted_functions\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_defaulted_move_initializers\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +#if _MSC_VER >= 1800 "1" #else "0" #endif "cxx_delegating_constructors\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_deleted_functions\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_digit_separators\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1700 "1" #else "0" #endif "cxx_enum_forward_declarations\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1800 "1" #else "0" #endif "cxx_explicit_conversions\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_extended_friend_declarations\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_extern_templates\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +#if _MSC_VER >= 1700 "1" #else "0" #endif "cxx_final\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_func_identifier\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_FULL_VER >= 180030723 "1" #else "0" #endif "cxx_generalized_initializers\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_generic_lambdas\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_inheriting_constructors\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_inline_namespaces\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_lambdas\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_lambda_init_captures\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_local_type_template_args\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_long_long_type\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_noexcept\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_nonstatic_member_init\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_nullptr\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_override\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1700 "1" #else "0" #endif "cxx_range_for\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1800 "1" #else "0" #endif "cxx_raw_string_literals\n" "CXX_FEATURE:" -#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_reference_qualified_functions\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L -"1" -#else -"0" -#endif -"cxx_relaxed_constexpr\n" -"CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_return_type_deduction\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_right_angle_brackets\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_rvalue_references\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_sizeof_member\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_static_assert\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1700 "1" #else "0" #endif "cxx_strong_enums\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_template_template_parameters\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_thread_local\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_trailing_return_types\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_unicode_literals\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1800 "1" #else "0" #endif "cxx_uniform_initialization\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_unrestricted_unions\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +#if _MSC_VER >= 1900 "1" #else "0" #endif "cxx_user_literals\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +#if _MSC_FULL_VER >= 190023918 "1" #else "0" #endif "cxx_variable_templates\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1600 "1" #else "0" #endif "cxx_variadic_macros\n" "CXX_FEATURE:" -#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +#if _MSC_VER >= 1800 "1" #else "0" diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/C.includecache b/cmake-build-debug/CMakeFiles/tommath.dir/C.includecache deleted file mode 100644 index d98962b..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/C.includecache +++ /dev/null @@ -1,550 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -..//tommath.h -stdio.h -- -stdlib.h -- -stdint.h -- -limits.h -- -tommath_class.h -- - -..//tommath_class.h -tommath_superclass.h -- -tommath_class.h -- - -..//tommath_private.h -tommath.h -- -ctype.h -- - -..//tommath_superclass.h - -/home/wolverindev/cgit/libtommath/bn_error.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_2expt.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_abs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_add.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_add_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_addmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_and.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clamp.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clear.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -tommath_private.h -- -stdarg.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_copy.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_2.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_3.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exch.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_export.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_fread.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_gcd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_grow.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_import.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -tommath_private.h -- -stdarg.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_set.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_invmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_is_square.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_lcm.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_lshd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_n_root.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_neg.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_or.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_rand.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_rshd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_shrink.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sub.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_submod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toradix.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_xor.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_zero.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_prime_tab.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_reverse.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_add.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bncore.c -tommath_private.h -- - diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/tommath.dir/DependInfo.cmake deleted file mode 100644 index f36c960..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/DependInfo.cmake +++ /dev/null @@ -1,154 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "C" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/wolverindev/cgit/libtommath/bn_error.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_error.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_2expt.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_2expt.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_abs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_abs.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_add.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_add.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_add_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_add_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_addmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_addmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_and.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_and.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clamp.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_clamp.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clear.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_clear.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_cmp.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_copy.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_copy.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_count_bits.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_count_bits.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_div.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_2.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_div_2.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_div_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_3.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_div_3.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_div_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exch.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_exch.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_export.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_export.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_expt_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_expt_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exptmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_exptmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_fread.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_fread.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_fwrite.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_fwrite.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_gcd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_gcd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_get_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_get_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_grow.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_grow.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_import.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_import.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_init.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_copy.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_init_copy.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_multi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_init_multi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_set.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_init_set.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_init_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_invmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_invmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_is_square.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_is_square.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_jacobi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_jacobi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_lcm.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_lcm.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_lshd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_lshd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_mod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_mod_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_2.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_mul_2.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_mul_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mulmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_mulmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_n_root.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_n_root.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_neg.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_neg.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_or.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_or.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_radix_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_radix_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_rand.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_rand.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_radix.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_read_radix.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_rshd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_rshd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_set.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_set_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_set_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_shrink.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_shrink.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrt.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_sqrt.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sub.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_sub.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sub_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_sub_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_submod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_submod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toradix.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_toradix.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_xor.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_xor.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_zero.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_mp_zero.c.o" - "/home/wolverindev/cgit/libtommath/bn_prime_tab.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_prime_tab.c.o" - "/home/wolverindev/cgit/libtommath/bn_reverse.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_reverse.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_add.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_s_mp_add.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_sub.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bn_s_mp_sub.c.o" - "/home/wolverindev/cgit/libtommath/bncore.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/bncore.c.o" - ) -set(CMAKE_C_COMPILER_ID "GNU") - -# Preprocessor definitions for this target. -set(CMAKE_TARGET_DEFINITIONS_C - "ALL_FUNCTIONS" - ) - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - "." - "../" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/build.make b/cmake-build-debug/CMakeFiles/tommath.dir/build.make deleted file mode 100644 index d308736..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/build.make +++ /dev/null @@ -1,3542 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake - -# The command to remove a file. -RM = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/wolverindev/cgit/libtommath - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/wolverindev/cgit/libtommath/cmake-build-debug - -# Include any dependencies generated for this target. -include CMakeFiles/tommath.dir/depend.make - -# Include the progress variables for this target. -include CMakeFiles/tommath.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/tommath.dir/flags.make - -CMakeFiles/tommath.dir/bn_error.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_error.c.o: ../bn_error.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/tommath.dir/bn_error.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_error.c.o -c /home/wolverindev/cgit/libtommath/bn_error.c - -CMakeFiles/tommath.dir/bn_error.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_error.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_error.c > CMakeFiles/tommath.dir/bn_error.c.i - -CMakeFiles/tommath.dir/bn_error.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_error.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_error.c -o CMakeFiles/tommath.dir/bn_error.c.s - -CMakeFiles/tommath.dir/bn_error.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_error.c.o.requires - -CMakeFiles/tommath.dir/bn_error.c.o.provides: CMakeFiles/tommath.dir/bn_error.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_error.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_error.c.o.provides - -CMakeFiles/tommath.dir/bn_error.c.o.provides.build: CMakeFiles/tommath.dir/bn_error.c.o - - -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o: ../bn_fast_mp_invmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c - -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c > CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.i - -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -o CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.s - -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o.requires - -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o.provides: CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o.provides - -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o.provides.build: CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o - - -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o: ../bn_fast_mp_montgomery_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c - -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c > CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.i - -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -o CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.s - -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o.requires - -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o.provides: CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o.provides - -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o.provides.build: CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o - - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o: ../bn_fast_s_mp_mul_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c > CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.i - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -o CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.s - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o.requires - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o.provides: CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o.provides - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o.provides.build: CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o - - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o: ../bn_fast_s_mp_mul_high_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c > CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.i - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -o CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.s - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o.requires - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o.provides: CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o.provides - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o.provides.build: CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o - - -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o: ../bn_fast_s_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c - -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c > CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.i - -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -o CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.s - -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o.requires - -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o.provides: CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o.provides - -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o.provides.build: CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o - - -CMakeFiles/tommath.dir/bn_mp_2expt.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_2expt.c.o: ../bn_mp_2expt.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/tommath.dir/bn_mp_2expt.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_2expt.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_2expt.c - -CMakeFiles/tommath.dir/bn_mp_2expt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_2expt.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_2expt.c > CMakeFiles/tommath.dir/bn_mp_2expt.c.i - -CMakeFiles/tommath.dir/bn_mp_2expt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_2expt.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_2expt.c -o CMakeFiles/tommath.dir/bn_mp_2expt.c.s - -CMakeFiles/tommath.dir/bn_mp_2expt.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_2expt.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_2expt.c.o.provides: CMakeFiles/tommath.dir/bn_mp_2expt.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_2expt.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_2expt.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_2expt.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_2expt.c.o - - -CMakeFiles/tommath.dir/bn_mp_abs.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_abs.c.o: ../bn_mp_abs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/tommath.dir/bn_mp_abs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_abs.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_abs.c - -CMakeFiles/tommath.dir/bn_mp_abs.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_abs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_abs.c > CMakeFiles/tommath.dir/bn_mp_abs.c.i - -CMakeFiles/tommath.dir/bn_mp_abs.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_abs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_abs.c -o CMakeFiles/tommath.dir/bn_mp_abs.c.s - -CMakeFiles/tommath.dir/bn_mp_abs.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_abs.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_abs.c.o.provides: CMakeFiles/tommath.dir/bn_mp_abs.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_abs.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_abs.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_abs.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_abs.c.o - - -CMakeFiles/tommath.dir/bn_mp_add.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_add.c.o: ../bn_mp_add.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/tommath.dir/bn_mp_add.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_add.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_add.c - -CMakeFiles/tommath.dir/bn_mp_add.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_add.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_add.c > CMakeFiles/tommath.dir/bn_mp_add.c.i - -CMakeFiles/tommath.dir/bn_mp_add.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_add.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_add.c -o CMakeFiles/tommath.dir/bn_mp_add.c.s - -CMakeFiles/tommath.dir/bn_mp_add.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_add.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_add.c.o.provides: CMakeFiles/tommath.dir/bn_mp_add.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_add.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_add.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_add.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_add.c.o - - -CMakeFiles/tommath.dir/bn_mp_add_d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_add_d.c.o: ../bn_mp_add_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/tommath.dir/bn_mp_add_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_add_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_add_d.c - -CMakeFiles/tommath.dir/bn_mp_add_d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_add_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_add_d.c > CMakeFiles/tommath.dir/bn_mp_add_d.c.i - -CMakeFiles/tommath.dir/bn_mp_add_d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_add_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_add_d.c -o CMakeFiles/tommath.dir/bn_mp_add_d.c.s - -CMakeFiles/tommath.dir/bn_mp_add_d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_add_d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_add_d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_add_d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_add_d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_add_d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_add_d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_add_d.c.o - - -CMakeFiles/tommath.dir/bn_mp_addmod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_addmod.c.o: ../bn_mp_addmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/tommath.dir/bn_mp_addmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_addmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_addmod.c - -CMakeFiles/tommath.dir/bn_mp_addmod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_addmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_addmod.c > CMakeFiles/tommath.dir/bn_mp_addmod.c.i - -CMakeFiles/tommath.dir/bn_mp_addmod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_addmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_addmod.c -o CMakeFiles/tommath.dir/bn_mp_addmod.c.s - -CMakeFiles/tommath.dir/bn_mp_addmod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_addmod.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_addmod.c.o.provides: CMakeFiles/tommath.dir/bn_mp_addmod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_addmod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_addmod.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_addmod.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_addmod.c.o - - -CMakeFiles/tommath.dir/bn_mp_and.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_and.c.o: ../bn_mp_and.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/tommath.dir/bn_mp_and.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_and.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_and.c - -CMakeFiles/tommath.dir/bn_mp_and.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_and.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_and.c > CMakeFiles/tommath.dir/bn_mp_and.c.i - -CMakeFiles/tommath.dir/bn_mp_and.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_and.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_and.c -o CMakeFiles/tommath.dir/bn_mp_and.c.s - -CMakeFiles/tommath.dir/bn_mp_and.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_and.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_and.c.o.provides: CMakeFiles/tommath.dir/bn_mp_and.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_and.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_and.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_and.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_and.c.o - - -CMakeFiles/tommath.dir/bn_mp_clamp.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_clamp.c.o: ../bn_mp_clamp.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/tommath.dir/bn_mp_clamp.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_clamp.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clamp.c - -CMakeFiles/tommath.dir/bn_mp_clamp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_clamp.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clamp.c > CMakeFiles/tommath.dir/bn_mp_clamp.c.i - -CMakeFiles/tommath.dir/bn_mp_clamp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_clamp.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clamp.c -o CMakeFiles/tommath.dir/bn_mp_clamp.c.s - -CMakeFiles/tommath.dir/bn_mp_clamp.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_clamp.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_clamp.c.o.provides: CMakeFiles/tommath.dir/bn_mp_clamp.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_clamp.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_clamp.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_clamp.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_clamp.c.o - - -CMakeFiles/tommath.dir/bn_mp_clear.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_clear.c.o: ../bn_mp_clear.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/tommath.dir/bn_mp_clear.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_clear.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clear.c - -CMakeFiles/tommath.dir/bn_mp_clear.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_clear.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clear.c > CMakeFiles/tommath.dir/bn_mp_clear.c.i - -CMakeFiles/tommath.dir/bn_mp_clear.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_clear.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clear.c -o CMakeFiles/tommath.dir/bn_mp_clear.c.s - -CMakeFiles/tommath.dir/bn_mp_clear.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_clear.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_clear.c.o.provides: CMakeFiles/tommath.dir/bn_mp_clear.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_clear.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_clear.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_clear.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_clear.c.o - - -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o: ../bn_mp_clear_multi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c - -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_clear_multi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c > CMakeFiles/tommath.dir/bn_mp_clear_multi.c.i - -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_clear_multi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -o CMakeFiles/tommath.dir/bn_mp_clear_multi.c.s - -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o.provides: CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o - - -CMakeFiles/tommath.dir/bn_mp_cmp.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_cmp.c.o: ../bn_mp_cmp.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/tommath.dir/bn_mp_cmp.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_cmp.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp.c - -CMakeFiles/tommath.dir/bn_mp_cmp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_cmp.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp.c > CMakeFiles/tommath.dir/bn_mp_cmp.c.i - -CMakeFiles/tommath.dir/bn_mp_cmp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_cmp.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp.c -o CMakeFiles/tommath.dir/bn_mp_cmp.c.s - -CMakeFiles/tommath.dir/bn_mp_cmp.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_cmp.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_cmp.c.o.provides: CMakeFiles/tommath.dir/bn_mp_cmp.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_cmp.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_cmp.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_cmp.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_cmp.c.o - - -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o: ../bn_mp_cmp_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c - -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_cmp_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c > CMakeFiles/tommath.dir/bn_mp_cmp_d.c.i - -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_cmp_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -o CMakeFiles/tommath.dir/bn_mp_cmp_d.c.s - -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o - - -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o: ../bn_mp_cmp_mag.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c - -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c > CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.i - -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -o CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.s - -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o.provides: CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o - - -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o: ../bn_mp_cnt_lsb.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c - -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c > CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.i - -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -o CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.s - -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o.provides: CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o - - -CMakeFiles/tommath.dir/bn_mp_copy.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_copy.c.o: ../bn_mp_copy.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/tommath.dir/bn_mp_copy.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_copy.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_copy.c - -CMakeFiles/tommath.dir/bn_mp_copy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_copy.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_copy.c > CMakeFiles/tommath.dir/bn_mp_copy.c.i - -CMakeFiles/tommath.dir/bn_mp_copy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_copy.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_copy.c -o CMakeFiles/tommath.dir/bn_mp_copy.c.s - -CMakeFiles/tommath.dir/bn_mp_copy.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_copy.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_copy.c.o.provides: CMakeFiles/tommath.dir/bn_mp_copy.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_copy.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_copy.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_copy.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_copy.c.o - - -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o: ../bn_mp_count_bits.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/tommath.dir/bn_mp_count_bits.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_count_bits.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c - -CMakeFiles/tommath.dir/bn_mp_count_bits.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_count_bits.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c > CMakeFiles/tommath.dir/bn_mp_count_bits.c.i - -CMakeFiles/tommath.dir/bn_mp_count_bits.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_count_bits.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -o CMakeFiles/tommath.dir/bn_mp_count_bits.c.s - -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_count_bits.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o.provides: CMakeFiles/tommath.dir/bn_mp_count_bits.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_count_bits.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_count_bits.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_count_bits.c.o - - -CMakeFiles/tommath.dir/bn_mp_div.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_div.c.o: ../bn_mp_div.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/tommath.dir/bn_mp_div.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_div.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div.c - -CMakeFiles/tommath.dir/bn_mp_div.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_div.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div.c > CMakeFiles/tommath.dir/bn_mp_div.c.i - -CMakeFiles/tommath.dir/bn_mp_div.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_div.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div.c -o CMakeFiles/tommath.dir/bn_mp_div.c.s - -CMakeFiles/tommath.dir/bn_mp_div.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_div.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_div.c.o.provides: CMakeFiles/tommath.dir/bn_mp_div.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_div.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_div.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_div.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_div.c.o - - -CMakeFiles/tommath.dir/bn_mp_div_2.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_div_2.c.o: ../bn_mp_div_2.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/tommath.dir/bn_mp_div_2.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_div_2.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_2.c - -CMakeFiles/tommath.dir/bn_mp_div_2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_div_2.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_2.c > CMakeFiles/tommath.dir/bn_mp_div_2.c.i - -CMakeFiles/tommath.dir/bn_mp_div_2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_div_2.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_2.c -o CMakeFiles/tommath.dir/bn_mp_div_2.c.s - -CMakeFiles/tommath.dir/bn_mp_div_2.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_div_2.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_div_2.c.o.provides: CMakeFiles/tommath.dir/bn_mp_div_2.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_div_2.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_div_2.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_div_2.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_div_2.c.o - - -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o: ../bn_mp_div_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/tommath.dir/bn_mp_div_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_div_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c - -CMakeFiles/tommath.dir/bn_mp_div_2d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_div_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c > CMakeFiles/tommath.dir/bn_mp_div_2d.c.i - -CMakeFiles/tommath.dir/bn_mp_div_2d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_div_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -o CMakeFiles/tommath.dir/bn_mp_div_2d.c.s - -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_div_2d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_div_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_div_2d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_div_2d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_div_2d.c.o - - -CMakeFiles/tommath.dir/bn_mp_div_3.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_div_3.c.o: ../bn_mp_div_3.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/tommath.dir/bn_mp_div_3.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_div_3.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_3.c - -CMakeFiles/tommath.dir/bn_mp_div_3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_div_3.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_3.c > CMakeFiles/tommath.dir/bn_mp_div_3.c.i - -CMakeFiles/tommath.dir/bn_mp_div_3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_div_3.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_3.c -o CMakeFiles/tommath.dir/bn_mp_div_3.c.s - -CMakeFiles/tommath.dir/bn_mp_div_3.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_div_3.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_div_3.c.o.provides: CMakeFiles/tommath.dir/bn_mp_div_3.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_div_3.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_div_3.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_div_3.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_div_3.c.o - - -CMakeFiles/tommath.dir/bn_mp_div_d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_div_d.c.o: ../bn_mp_div_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/tommath.dir/bn_mp_div_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_div_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_d.c - -CMakeFiles/tommath.dir/bn_mp_div_d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_div_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_d.c > CMakeFiles/tommath.dir/bn_mp_div_d.c.i - -CMakeFiles/tommath.dir/bn_mp_div_d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_div_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_d.c -o CMakeFiles/tommath.dir/bn_mp_div_d.c.s - -CMakeFiles/tommath.dir/bn_mp_div_d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_div_d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_div_d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_div_d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_div_d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_div_d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_div_d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_div_d.c.o - - -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o: ../bn_mp_dr_is_modulus.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c - -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c > CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.i - -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -o CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.s - -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o.provides: CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o - - -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o: ../bn_mp_dr_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c - -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c > CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.i - -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -o CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.s - -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o.provides: CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o - - -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o: ../bn_mp_dr_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c - -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_dr_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c > CMakeFiles/tommath.dir/bn_mp_dr_setup.c.i - -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_dr_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -o CMakeFiles/tommath.dir/bn_mp_dr_setup.c.s - -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o.provides: CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o - - -CMakeFiles/tommath.dir/bn_mp_exch.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_exch.c.o: ../bn_mp_exch.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object CMakeFiles/tommath.dir/bn_mp_exch.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_exch.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exch.c - -CMakeFiles/tommath.dir/bn_mp_exch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_exch.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exch.c > CMakeFiles/tommath.dir/bn_mp_exch.c.i - -CMakeFiles/tommath.dir/bn_mp_exch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_exch.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exch.c -o CMakeFiles/tommath.dir/bn_mp_exch.c.s - -CMakeFiles/tommath.dir/bn_mp_exch.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_exch.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_exch.c.o.provides: CMakeFiles/tommath.dir/bn_mp_exch.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_exch.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_exch.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_exch.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_exch.c.o - - -CMakeFiles/tommath.dir/bn_mp_export.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_export.c.o: ../bn_mp_export.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object CMakeFiles/tommath.dir/bn_mp_export.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_export.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_export.c - -CMakeFiles/tommath.dir/bn_mp_export.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_export.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_export.c > CMakeFiles/tommath.dir/bn_mp_export.c.i - -CMakeFiles/tommath.dir/bn_mp_export.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_export.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_export.c -o CMakeFiles/tommath.dir/bn_mp_export.c.s - -CMakeFiles/tommath.dir/bn_mp_export.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_export.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_export.c.o.provides: CMakeFiles/tommath.dir/bn_mp_export.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_export.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_export.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_export.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_export.c.o - - -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o: ../bn_mp_expt_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object CMakeFiles/tommath.dir/bn_mp_expt_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_expt_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c - -CMakeFiles/tommath.dir/bn_mp_expt_d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_expt_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c > CMakeFiles/tommath.dir/bn_mp_expt_d.c.i - -CMakeFiles/tommath.dir/bn_mp_expt_d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_expt_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -o CMakeFiles/tommath.dir/bn_mp_expt_d.c.s - -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_expt_d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_expt_d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_expt_d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_expt_d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_expt_d.c.o - - -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o: ../bn_mp_expt_d_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c - -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c > CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.i - -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -o CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.s - -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o.provides: CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o - - -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o: ../bn_mp_exptmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object CMakeFiles/tommath.dir/bn_mp_exptmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_exptmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c - -CMakeFiles/tommath.dir/bn_mp_exptmod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_exptmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c > CMakeFiles/tommath.dir/bn_mp_exptmod.c.i - -CMakeFiles/tommath.dir/bn_mp_exptmod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_exptmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -o CMakeFiles/tommath.dir/bn_mp_exptmod.c.s - -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_exptmod.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o.provides: CMakeFiles/tommath.dir/bn_mp_exptmod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_exptmod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_exptmod.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_exptmod.c.o - - -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o: ../bn_mp_exptmod_fast.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c - -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c > CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.i - -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -o CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.s - -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o.provides: CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o - - -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o: ../bn_mp_exteuclid.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c - -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_exteuclid.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c > CMakeFiles/tommath.dir/bn_mp_exteuclid.c.i - -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_exteuclid.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -o CMakeFiles/tommath.dir/bn_mp_exteuclid.c.s - -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o.provides: CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o - - -CMakeFiles/tommath.dir/bn_mp_fread.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_fread.c.o: ../bn_mp_fread.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object CMakeFiles/tommath.dir/bn_mp_fread.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_fread.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_fread.c - -CMakeFiles/tommath.dir/bn_mp_fread.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_fread.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_fread.c > CMakeFiles/tommath.dir/bn_mp_fread.c.i - -CMakeFiles/tommath.dir/bn_mp_fread.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_fread.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_fread.c -o CMakeFiles/tommath.dir/bn_mp_fread.c.s - -CMakeFiles/tommath.dir/bn_mp_fread.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_fread.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_fread.c.o.provides: CMakeFiles/tommath.dir/bn_mp_fread.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_fread.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_fread.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_fread.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_fread.c.o - - -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o: ../bn_mp_fwrite.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object CMakeFiles/tommath.dir/bn_mp_fwrite.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_fwrite.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c - -CMakeFiles/tommath.dir/bn_mp_fwrite.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_fwrite.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c > CMakeFiles/tommath.dir/bn_mp_fwrite.c.i - -CMakeFiles/tommath.dir/bn_mp_fwrite.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_fwrite.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -o CMakeFiles/tommath.dir/bn_mp_fwrite.c.s - -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_fwrite.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o.provides: CMakeFiles/tommath.dir/bn_mp_fwrite.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_fwrite.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_fwrite.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_fwrite.c.o - - -CMakeFiles/tommath.dir/bn_mp_gcd.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_gcd.c.o: ../bn_mp_gcd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object CMakeFiles/tommath.dir/bn_mp_gcd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_gcd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_gcd.c - -CMakeFiles/tommath.dir/bn_mp_gcd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_gcd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_gcd.c > CMakeFiles/tommath.dir/bn_mp_gcd.c.i - -CMakeFiles/tommath.dir/bn_mp_gcd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_gcd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_gcd.c -o CMakeFiles/tommath.dir/bn_mp_gcd.c.s - -CMakeFiles/tommath.dir/bn_mp_gcd.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_gcd.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_gcd.c.o.provides: CMakeFiles/tommath.dir/bn_mp_gcd.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_gcd.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_gcd.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_gcd.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_gcd.c.o - - -CMakeFiles/tommath.dir/bn_mp_get_int.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_get_int.c.o: ../bn_mp_get_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object CMakeFiles/tommath.dir/bn_mp_get_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_get_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_int.c - -CMakeFiles/tommath.dir/bn_mp_get_int.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_get_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_int.c > CMakeFiles/tommath.dir/bn_mp_get_int.c.i - -CMakeFiles/tommath.dir/bn_mp_get_int.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_get_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_int.c -o CMakeFiles/tommath.dir/bn_mp_get_int.c.s - -CMakeFiles/tommath.dir/bn_mp_get_int.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_get_int.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_get_int.c.o.provides: CMakeFiles/tommath.dir/bn_mp_get_int.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_get_int.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_get_int.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_get_int.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_get_int.c.o - - -CMakeFiles/tommath.dir/bn_mp_get_long.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_get_long.c.o: ../bn_mp_get_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object CMakeFiles/tommath.dir/bn_mp_get_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_get_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_long.c - -CMakeFiles/tommath.dir/bn_mp_get_long.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_get_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_long.c > CMakeFiles/tommath.dir/bn_mp_get_long.c.i - -CMakeFiles/tommath.dir/bn_mp_get_long.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_get_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_long.c -o CMakeFiles/tommath.dir/bn_mp_get_long.c.s - -CMakeFiles/tommath.dir/bn_mp_get_long.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_get_long.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_get_long.c.o.provides: CMakeFiles/tommath.dir/bn_mp_get_long.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_get_long.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_get_long.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_get_long.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_get_long.c.o - - -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o: ../bn_mp_get_long_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c - -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_get_long_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c > CMakeFiles/tommath.dir/bn_mp_get_long_long.c.i - -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_get_long_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -o CMakeFiles/tommath.dir/bn_mp_get_long_long.c.s - -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o.provides: CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o - - -CMakeFiles/tommath.dir/bn_mp_grow.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_grow.c.o: ../bn_mp_grow.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object CMakeFiles/tommath.dir/bn_mp_grow.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_grow.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_grow.c - -CMakeFiles/tommath.dir/bn_mp_grow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_grow.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_grow.c > CMakeFiles/tommath.dir/bn_mp_grow.c.i - -CMakeFiles/tommath.dir/bn_mp_grow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_grow.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_grow.c -o CMakeFiles/tommath.dir/bn_mp_grow.c.s - -CMakeFiles/tommath.dir/bn_mp_grow.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_grow.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_grow.c.o.provides: CMakeFiles/tommath.dir/bn_mp_grow.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_grow.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_grow.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_grow.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_grow.c.o - - -CMakeFiles/tommath.dir/bn_mp_import.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_import.c.o: ../bn_mp_import.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object CMakeFiles/tommath.dir/bn_mp_import.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_import.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_import.c - -CMakeFiles/tommath.dir/bn_mp_import.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_import.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_import.c > CMakeFiles/tommath.dir/bn_mp_import.c.i - -CMakeFiles/tommath.dir/bn_mp_import.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_import.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_import.c -o CMakeFiles/tommath.dir/bn_mp_import.c.s - -CMakeFiles/tommath.dir/bn_mp_import.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_import.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_import.c.o.provides: CMakeFiles/tommath.dir/bn_mp_import.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_import.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_import.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_import.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_import.c.o - - -CMakeFiles/tommath.dir/bn_mp_init.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_init.c.o: ../bn_mp_init.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object CMakeFiles/tommath.dir/bn_mp_init.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_init.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init.c - -CMakeFiles/tommath.dir/bn_mp_init.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_init.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init.c > CMakeFiles/tommath.dir/bn_mp_init.c.i - -CMakeFiles/tommath.dir/bn_mp_init.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_init.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init.c -o CMakeFiles/tommath.dir/bn_mp_init.c.s - -CMakeFiles/tommath.dir/bn_mp_init.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_init.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_init.c.o.provides: CMakeFiles/tommath.dir/bn_mp_init.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_init.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_init.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_init.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_init.c.o - - -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o: ../bn_mp_init_copy.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object CMakeFiles/tommath.dir/bn_mp_init_copy.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_init_copy.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c - -CMakeFiles/tommath.dir/bn_mp_init_copy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_init_copy.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c > CMakeFiles/tommath.dir/bn_mp_init_copy.c.i - -CMakeFiles/tommath.dir/bn_mp_init_copy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_init_copy.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -o CMakeFiles/tommath.dir/bn_mp_init_copy.c.s - -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_copy.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o.provides: CMakeFiles/tommath.dir/bn_mp_init_copy.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_init_copy.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_copy.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_init_copy.c.o - - -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o: ../bn_mp_init_multi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object CMakeFiles/tommath.dir/bn_mp_init_multi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_init_multi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c - -CMakeFiles/tommath.dir/bn_mp_init_multi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_init_multi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c > CMakeFiles/tommath.dir/bn_mp_init_multi.c.i - -CMakeFiles/tommath.dir/bn_mp_init_multi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_init_multi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -o CMakeFiles/tommath.dir/bn_mp_init_multi.c.s - -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_multi.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o.provides: CMakeFiles/tommath.dir/bn_mp_init_multi.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_init_multi.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_multi.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_init_multi.c.o - - -CMakeFiles/tommath.dir/bn_mp_init_set.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_init_set.c.o: ../bn_mp_init_set.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object CMakeFiles/tommath.dir/bn_mp_init_set.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_init_set.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_set.c - -CMakeFiles/tommath.dir/bn_mp_init_set.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_init_set.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_set.c > CMakeFiles/tommath.dir/bn_mp_init_set.c.i - -CMakeFiles/tommath.dir/bn_mp_init_set.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_init_set.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_set.c -o CMakeFiles/tommath.dir/bn_mp_init_set.c.s - -CMakeFiles/tommath.dir/bn_mp_init_set.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_set.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_init_set.c.o.provides: CMakeFiles/tommath.dir/bn_mp_init_set.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_init_set.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_set.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_init_set.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_init_set.c.o - - -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o: ../bn_mp_init_set_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c - -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_init_set_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c > CMakeFiles/tommath.dir/bn_mp_init_set_int.c.i - -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_init_set_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -o CMakeFiles/tommath.dir/bn_mp_init_set_int.c.s - -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o.provides: CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o - - -CMakeFiles/tommath.dir/bn_mp_init_size.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_init_size.c.o: ../bn_mp_init_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object CMakeFiles/tommath.dir/bn_mp_init_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_init_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_size.c - -CMakeFiles/tommath.dir/bn_mp_init_size.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_init_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_size.c > CMakeFiles/tommath.dir/bn_mp_init_size.c.i - -CMakeFiles/tommath.dir/bn_mp_init_size.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_init_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_size.c -o CMakeFiles/tommath.dir/bn_mp_init_size.c.s - -CMakeFiles/tommath.dir/bn_mp_init_size.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_size.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_init_size.c.o.provides: CMakeFiles/tommath.dir/bn_mp_init_size.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_init_size.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_init_size.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_init_size.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_init_size.c.o - - -CMakeFiles/tommath.dir/bn_mp_invmod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_invmod.c.o: ../bn_mp_invmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object CMakeFiles/tommath.dir/bn_mp_invmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_invmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_invmod.c - -CMakeFiles/tommath.dir/bn_mp_invmod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_invmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_invmod.c > CMakeFiles/tommath.dir/bn_mp_invmod.c.i - -CMakeFiles/tommath.dir/bn_mp_invmod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_invmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_invmod.c -o CMakeFiles/tommath.dir/bn_mp_invmod.c.s - -CMakeFiles/tommath.dir/bn_mp_invmod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_invmod.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_invmod.c.o.provides: CMakeFiles/tommath.dir/bn_mp_invmod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_invmod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_invmod.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_invmod.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_invmod.c.o - - -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o: ../bn_mp_invmod_slow.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c - -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c > CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.i - -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -o CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.s - -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o.provides: CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o - - -CMakeFiles/tommath.dir/bn_mp_is_square.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_is_square.c.o: ../bn_mp_is_square.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object CMakeFiles/tommath.dir/bn_mp_is_square.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_is_square.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_is_square.c - -CMakeFiles/tommath.dir/bn_mp_is_square.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_is_square.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_is_square.c > CMakeFiles/tommath.dir/bn_mp_is_square.c.i - -CMakeFiles/tommath.dir/bn_mp_is_square.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_is_square.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_is_square.c -o CMakeFiles/tommath.dir/bn_mp_is_square.c.s - -CMakeFiles/tommath.dir/bn_mp_is_square.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_is_square.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_is_square.c.o.provides: CMakeFiles/tommath.dir/bn_mp_is_square.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_is_square.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_is_square.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_is_square.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_is_square.c.o - - -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o: ../bn_mp_jacobi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object CMakeFiles/tommath.dir/bn_mp_jacobi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_jacobi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c - -CMakeFiles/tommath.dir/bn_mp_jacobi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_jacobi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c > CMakeFiles/tommath.dir/bn_mp_jacobi.c.i - -CMakeFiles/tommath.dir/bn_mp_jacobi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_jacobi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -o CMakeFiles/tommath.dir/bn_mp_jacobi.c.s - -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_jacobi.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o.provides: CMakeFiles/tommath.dir/bn_mp_jacobi.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_jacobi.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_jacobi.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_jacobi.c.o - - -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o: ../bn_mp_karatsuba_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c - -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c > CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.i - -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -o CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.s - -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o.provides: CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o - - -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o: ../bn_mp_karatsuba_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c - -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c > CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.i - -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -o CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.s - -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o.provides: CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o - - -CMakeFiles/tommath.dir/bn_mp_lcm.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_lcm.c.o: ../bn_mp_lcm.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object CMakeFiles/tommath.dir/bn_mp_lcm.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_lcm.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_lcm.c - -CMakeFiles/tommath.dir/bn_mp_lcm.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_lcm.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_lcm.c > CMakeFiles/tommath.dir/bn_mp_lcm.c.i - -CMakeFiles/tommath.dir/bn_mp_lcm.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_lcm.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_lcm.c -o CMakeFiles/tommath.dir/bn_mp_lcm.c.s - -CMakeFiles/tommath.dir/bn_mp_lcm.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_lcm.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_lcm.c.o.provides: CMakeFiles/tommath.dir/bn_mp_lcm.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_lcm.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_lcm.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_lcm.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_lcm.c.o - - -CMakeFiles/tommath.dir/bn_mp_lshd.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_lshd.c.o: ../bn_mp_lshd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object CMakeFiles/tommath.dir/bn_mp_lshd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_lshd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_lshd.c - -CMakeFiles/tommath.dir/bn_mp_lshd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_lshd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_lshd.c > CMakeFiles/tommath.dir/bn_mp_lshd.c.i - -CMakeFiles/tommath.dir/bn_mp_lshd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_lshd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_lshd.c -o CMakeFiles/tommath.dir/bn_mp_lshd.c.s - -CMakeFiles/tommath.dir/bn_mp_lshd.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_lshd.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_lshd.c.o.provides: CMakeFiles/tommath.dir/bn_mp_lshd.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_lshd.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_lshd.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_lshd.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_lshd.c.o - - -CMakeFiles/tommath.dir/bn_mp_mod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_mod.c.o: ../bn_mp_mod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object CMakeFiles/tommath.dir/bn_mp_mod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_mod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod.c - -CMakeFiles/tommath.dir/bn_mp_mod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_mod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod.c > CMakeFiles/tommath.dir/bn_mp_mod.c.i - -CMakeFiles/tommath.dir/bn_mp_mod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_mod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod.c -o CMakeFiles/tommath.dir/bn_mp_mod.c.s - -CMakeFiles/tommath.dir/bn_mp_mod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_mod.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_mod.c.o.provides: CMakeFiles/tommath.dir/bn_mp_mod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_mod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_mod.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_mod.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_mod.c.o - - -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o: ../bn_mp_mod_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c - -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_mod_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c > CMakeFiles/tommath.dir/bn_mp_mod_2d.c.i - -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_mod_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -o CMakeFiles/tommath.dir/bn_mp_mod_2d.c.s - -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o - - -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o: ../bn_mp_mod_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object CMakeFiles/tommath.dir/bn_mp_mod_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_mod_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c - -CMakeFiles/tommath.dir/bn_mp_mod_d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_mod_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c > CMakeFiles/tommath.dir/bn_mp_mod_d.c.i - -CMakeFiles/tommath.dir/bn_mp_mod_d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_mod_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -o CMakeFiles/tommath.dir/bn_mp_mod_d.c.s - -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_mod_d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_mod_d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_mod_d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_mod_d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_mod_d.c.o - - -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o: ../bn_mp_montgomery_calc_normalization.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c - -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c > CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.i - -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -o CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.s - -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o.provides: CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o - - -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o: ../bn_mp_montgomery_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c - -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c > CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.i - -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -o CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.s - -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o.provides: CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o - - -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o: ../bn_mp_montgomery_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c - -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c > CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.i - -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -o CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.s - -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o.provides: CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o - - -CMakeFiles/tommath.dir/bn_mp_mul.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_mul.c.o: ../bn_mp_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object CMakeFiles/tommath.dir/bn_mp_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul.c - -CMakeFiles/tommath.dir/bn_mp_mul.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul.c > CMakeFiles/tommath.dir/bn_mp_mul.c.i - -CMakeFiles/tommath.dir/bn_mp_mul.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul.c -o CMakeFiles/tommath.dir/bn_mp_mul.c.s - -CMakeFiles/tommath.dir/bn_mp_mul.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_mul.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_mul.c.o.provides: CMakeFiles/tommath.dir/bn_mp_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_mul.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_mul.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_mul.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_mul.c.o - - -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o: ../bn_mp_mul_2.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object CMakeFiles/tommath.dir/bn_mp_mul_2.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_mul_2.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c - -CMakeFiles/tommath.dir/bn_mp_mul_2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_mul_2.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c > CMakeFiles/tommath.dir/bn_mp_mul_2.c.i - -CMakeFiles/tommath.dir/bn_mp_mul_2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_mul_2.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -o CMakeFiles/tommath.dir/bn_mp_mul_2.c.s - -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_mul_2.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o.provides: CMakeFiles/tommath.dir/bn_mp_mul_2.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_mul_2.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_mul_2.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_mul_2.c.o - - -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o: ../bn_mp_mul_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c - -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_mul_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c > CMakeFiles/tommath.dir/bn_mp_mul_2d.c.i - -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_mul_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -o CMakeFiles/tommath.dir/bn_mp_mul_2d.c.s - -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o - - -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o: ../bn_mp_mul_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object CMakeFiles/tommath.dir/bn_mp_mul_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_mul_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c - -CMakeFiles/tommath.dir/bn_mp_mul_d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_mul_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c > CMakeFiles/tommath.dir/bn_mp_mul_d.c.i - -CMakeFiles/tommath.dir/bn_mp_mul_d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_mul_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -o CMakeFiles/tommath.dir/bn_mp_mul_d.c.s - -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_mul_d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_mul_d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_mul_d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_mul_d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_mul_d.c.o - - -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o: ../bn_mp_mulmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object CMakeFiles/tommath.dir/bn_mp_mulmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_mulmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c - -CMakeFiles/tommath.dir/bn_mp_mulmod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_mulmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c > CMakeFiles/tommath.dir/bn_mp_mulmod.c.i - -CMakeFiles/tommath.dir/bn_mp_mulmod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_mulmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -o CMakeFiles/tommath.dir/bn_mp_mulmod.c.s - -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_mulmod.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o.provides: CMakeFiles/tommath.dir/bn_mp_mulmod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_mulmod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_mulmod.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_mulmod.c.o - - -CMakeFiles/tommath.dir/bn_mp_n_root.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_n_root.c.o: ../bn_mp_n_root.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object CMakeFiles/tommath.dir/bn_mp_n_root.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_n_root.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_n_root.c - -CMakeFiles/tommath.dir/bn_mp_n_root.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_n_root.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_n_root.c > CMakeFiles/tommath.dir/bn_mp_n_root.c.i - -CMakeFiles/tommath.dir/bn_mp_n_root.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_n_root.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_n_root.c -o CMakeFiles/tommath.dir/bn_mp_n_root.c.s - -CMakeFiles/tommath.dir/bn_mp_n_root.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_n_root.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_n_root.c.o.provides: CMakeFiles/tommath.dir/bn_mp_n_root.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_n_root.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_n_root.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_n_root.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_n_root.c.o - - -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o: ../bn_mp_n_root_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c - -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c > CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.i - -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -o CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.s - -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o.provides: CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o - - -CMakeFiles/tommath.dir/bn_mp_neg.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_neg.c.o: ../bn_mp_neg.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object CMakeFiles/tommath.dir/bn_mp_neg.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_neg.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_neg.c - -CMakeFiles/tommath.dir/bn_mp_neg.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_neg.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_neg.c > CMakeFiles/tommath.dir/bn_mp_neg.c.i - -CMakeFiles/tommath.dir/bn_mp_neg.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_neg.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_neg.c -o CMakeFiles/tommath.dir/bn_mp_neg.c.s - -CMakeFiles/tommath.dir/bn_mp_neg.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_neg.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_neg.c.o.provides: CMakeFiles/tommath.dir/bn_mp_neg.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_neg.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_neg.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_neg.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_neg.c.o - - -CMakeFiles/tommath.dir/bn_mp_or.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_or.c.o: ../bn_mp_or.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object CMakeFiles/tommath.dir/bn_mp_or.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_or.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_or.c - -CMakeFiles/tommath.dir/bn_mp_or.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_or.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_or.c > CMakeFiles/tommath.dir/bn_mp_or.c.i - -CMakeFiles/tommath.dir/bn_mp_or.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_or.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_or.c -o CMakeFiles/tommath.dir/bn_mp_or.c.s - -CMakeFiles/tommath.dir/bn_mp_or.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_or.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_or.c.o.provides: CMakeFiles/tommath.dir/bn_mp_or.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_or.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_or.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_or.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_or.c.o - - -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o: ../bn_mp_prime_fermat.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c - -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c > CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.i - -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -o CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.s - -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o.provides: CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o - - -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o: ../bn_mp_prime_is_divisible.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c - -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c > CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.i - -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -o CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.s - -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o.provides: CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o - - -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o: ../bn_mp_prime_is_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c - -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c > CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.i - -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -o CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.s - -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o.provides: CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o - - -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o: ../bn_mp_prime_miller_rabin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c - -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c > CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.i - -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -o CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.s - -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o.provides: CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o - - -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o: ../bn_mp_prime_next_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c - -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c > CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.i - -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -o CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.s - -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o.provides: CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o - - -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o: ../bn_mp_prime_rabin_miller_trials.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c - -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c > CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.i - -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -o CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.s - -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o.provides: CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o - - -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o: ../bn_mp_prime_random_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c - -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c > CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.i - -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -o CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.s - -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o.provides: CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o - - -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o: ../bn_mp_radix_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object CMakeFiles/tommath.dir/bn_mp_radix_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_radix_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c - -CMakeFiles/tommath.dir/bn_mp_radix_size.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_radix_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c > CMakeFiles/tommath.dir/bn_mp_radix_size.c.i - -CMakeFiles/tommath.dir/bn_mp_radix_size.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_radix_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -o CMakeFiles/tommath.dir/bn_mp_radix_size.c.s - -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_radix_size.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o.provides: CMakeFiles/tommath.dir/bn_mp_radix_size.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_radix_size.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_radix_size.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_radix_size.c.o - - -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o: ../bn_mp_radix_smap.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c - -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_radix_smap.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c > CMakeFiles/tommath.dir/bn_mp_radix_smap.c.i - -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_radix_smap.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -o CMakeFiles/tommath.dir/bn_mp_radix_smap.c.s - -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o.provides: CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o - - -CMakeFiles/tommath.dir/bn_mp_rand.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_rand.c.o: ../bn_mp_rand.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object CMakeFiles/tommath.dir/bn_mp_rand.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_rand.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_rand.c - -CMakeFiles/tommath.dir/bn_mp_rand.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_rand.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_rand.c > CMakeFiles/tommath.dir/bn_mp_rand.c.i - -CMakeFiles/tommath.dir/bn_mp_rand.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_rand.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_rand.c -o CMakeFiles/tommath.dir/bn_mp_rand.c.s - -CMakeFiles/tommath.dir/bn_mp_rand.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_rand.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_rand.c.o.provides: CMakeFiles/tommath.dir/bn_mp_rand.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_rand.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_rand.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_rand.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_rand.c.o - - -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o: ../bn_mp_read_radix.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object CMakeFiles/tommath.dir/bn_mp_read_radix.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_read_radix.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c - -CMakeFiles/tommath.dir/bn_mp_read_radix.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_read_radix.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c > CMakeFiles/tommath.dir/bn_mp_read_radix.c.i - -CMakeFiles/tommath.dir/bn_mp_read_radix.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_read_radix.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -o CMakeFiles/tommath.dir/bn_mp_read_radix.c.s - -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_read_radix.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o.provides: CMakeFiles/tommath.dir/bn_mp_read_radix.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_read_radix.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_read_radix.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_read_radix.c.o - - -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o: ../bn_mp_read_signed_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c - -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c > CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.i - -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -o CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.s - -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o.provides: CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o - - -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o: ../bn_mp_read_unsigned_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c - -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c > CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.i - -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -o CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.s - -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o.provides: CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o - - -CMakeFiles/tommath.dir/bn_mp_reduce.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_reduce.c.o: ../bn_mp_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object CMakeFiles/tommath.dir/bn_mp_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce.c - -CMakeFiles/tommath.dir/bn_mp_reduce.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce.c > CMakeFiles/tommath.dir/bn_mp_reduce.c.i - -CMakeFiles/tommath.dir/bn_mp_reduce.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce.c -o CMakeFiles/tommath.dir/bn_mp_reduce.c.s - -CMakeFiles/tommath.dir/bn_mp_reduce.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_reduce.c.o.provides: CMakeFiles/tommath.dir/bn_mp_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_reduce.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_reduce.c.o - - -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o: ../bn_mp_reduce_2k.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c - -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c > CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.i - -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -o CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.s - -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o.provides: CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o - - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o: ../bn_mp_reduce_2k_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c > CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.i - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -o CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.s - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o.provides: CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o - - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o: ../bn_mp_reduce_2k_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c > CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.i - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -o CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.s - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o.provides: CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o - - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o: ../bn_mp_reduce_2k_setup_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c > CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.i - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -o CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.s - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o.provides: CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o - - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o: ../bn_mp_reduce_is_2k.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c > CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.i - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -o CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.s - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o.provides: CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o - - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o: ../bn_mp_reduce_is_2k_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c > CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.i - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -o CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.s - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o.provides: CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o - - -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o: ../bn_mp_reduce_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c - -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c > CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.i - -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -o CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.s - -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o.provides: CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o - - -CMakeFiles/tommath.dir/bn_mp_rshd.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_rshd.c.o: ../bn_mp_rshd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object CMakeFiles/tommath.dir/bn_mp_rshd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_rshd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_rshd.c - -CMakeFiles/tommath.dir/bn_mp_rshd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_rshd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_rshd.c > CMakeFiles/tommath.dir/bn_mp_rshd.c.i - -CMakeFiles/tommath.dir/bn_mp_rshd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_rshd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_rshd.c -o CMakeFiles/tommath.dir/bn_mp_rshd.c.s - -CMakeFiles/tommath.dir/bn_mp_rshd.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_rshd.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_rshd.c.o.provides: CMakeFiles/tommath.dir/bn_mp_rshd.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_rshd.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_rshd.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_rshd.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_rshd.c.o - - -CMakeFiles/tommath.dir/bn_mp_set.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_set.c.o: ../bn_mp_set.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object CMakeFiles/tommath.dir/bn_mp_set.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_set.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set.c - -CMakeFiles/tommath.dir/bn_mp_set.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_set.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set.c > CMakeFiles/tommath.dir/bn_mp_set.c.i - -CMakeFiles/tommath.dir/bn_mp_set.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_set.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set.c -o CMakeFiles/tommath.dir/bn_mp_set.c.s - -CMakeFiles/tommath.dir/bn_mp_set.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_set.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_set.c.o.provides: CMakeFiles/tommath.dir/bn_mp_set.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_set.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_set.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_set.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_set.c.o - - -CMakeFiles/tommath.dir/bn_mp_set_int.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_set_int.c.o: ../bn_mp_set_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object CMakeFiles/tommath.dir/bn_mp_set_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_set_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_int.c - -CMakeFiles/tommath.dir/bn_mp_set_int.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_set_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_int.c > CMakeFiles/tommath.dir/bn_mp_set_int.c.i - -CMakeFiles/tommath.dir/bn_mp_set_int.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_set_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_int.c -o CMakeFiles/tommath.dir/bn_mp_set_int.c.s - -CMakeFiles/tommath.dir/bn_mp_set_int.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_set_int.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_set_int.c.o.provides: CMakeFiles/tommath.dir/bn_mp_set_int.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_set_int.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_set_int.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_set_int.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_set_int.c.o - - -CMakeFiles/tommath.dir/bn_mp_set_long.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_set_long.c.o: ../bn_mp_set_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object CMakeFiles/tommath.dir/bn_mp_set_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_set_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_long.c - -CMakeFiles/tommath.dir/bn_mp_set_long.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_set_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_long.c > CMakeFiles/tommath.dir/bn_mp_set_long.c.i - -CMakeFiles/tommath.dir/bn_mp_set_long.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_set_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_long.c -o CMakeFiles/tommath.dir/bn_mp_set_long.c.s - -CMakeFiles/tommath.dir/bn_mp_set_long.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_set_long.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_set_long.c.o.provides: CMakeFiles/tommath.dir/bn_mp_set_long.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_set_long.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_set_long.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_set_long.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_set_long.c.o - - -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o: ../bn_mp_set_long_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c - -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_set_long_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c > CMakeFiles/tommath.dir/bn_mp_set_long_long.c.i - -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_set_long_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -o CMakeFiles/tommath.dir/bn_mp_set_long_long.c.s - -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o.provides: CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o - - -CMakeFiles/tommath.dir/bn_mp_shrink.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_shrink.c.o: ../bn_mp_shrink.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object CMakeFiles/tommath.dir/bn_mp_shrink.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_shrink.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_shrink.c - -CMakeFiles/tommath.dir/bn_mp_shrink.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_shrink.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_shrink.c > CMakeFiles/tommath.dir/bn_mp_shrink.c.i - -CMakeFiles/tommath.dir/bn_mp_shrink.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_shrink.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_shrink.c -o CMakeFiles/tommath.dir/bn_mp_shrink.c.s - -CMakeFiles/tommath.dir/bn_mp_shrink.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_shrink.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_shrink.c.o.provides: CMakeFiles/tommath.dir/bn_mp_shrink.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_shrink.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_shrink.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_shrink.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_shrink.c.o - - -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o: ../bn_mp_signed_bin_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c - -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c > CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.i - -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -o CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.s - -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o.provides: CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o - - -CMakeFiles/tommath.dir/bn_mp_sqr.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_sqr.c.o: ../bn_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object CMakeFiles/tommath.dir/bn_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqr.c - -CMakeFiles/tommath.dir/bn_mp_sqr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqr.c > CMakeFiles/tommath.dir/bn_mp_sqr.c.i - -CMakeFiles/tommath.dir/bn_mp_sqr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqr.c -o CMakeFiles/tommath.dir/bn_mp_sqr.c.s - -CMakeFiles/tommath.dir/bn_mp_sqr.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_sqr.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_sqr.c.o.provides: CMakeFiles/tommath.dir/bn_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_sqr.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_sqr.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_sqr.c.o - - -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o: ../bn_mp_sqrmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c - -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_sqrmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c > CMakeFiles/tommath.dir/bn_mp_sqrmod.c.i - -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_sqrmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -o CMakeFiles/tommath.dir/bn_mp_sqrmod.c.s - -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o.provides: CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o - - -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o: ../bn_mp_sqrt.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object CMakeFiles/tommath.dir/bn_mp_sqrt.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_sqrt.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c - -CMakeFiles/tommath.dir/bn_mp_sqrt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_sqrt.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c > CMakeFiles/tommath.dir/bn_mp_sqrt.c.i - -CMakeFiles/tommath.dir/bn_mp_sqrt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_sqrt.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -o CMakeFiles/tommath.dir/bn_mp_sqrt.c.s - -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_sqrt.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o.provides: CMakeFiles/tommath.dir/bn_mp_sqrt.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_sqrt.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_sqrt.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_sqrt.c.o - - -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o: ../bn_mp_sqrtmod_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c - -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c > CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.i - -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -o CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.s - -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o.provides: CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o - - -CMakeFiles/tommath.dir/bn_mp_sub.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_sub.c.o: ../bn_mp_sub.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object CMakeFiles/tommath.dir/bn_mp_sub.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_sub.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sub.c - -CMakeFiles/tommath.dir/bn_mp_sub.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_sub.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sub.c > CMakeFiles/tommath.dir/bn_mp_sub.c.i - -CMakeFiles/tommath.dir/bn_mp_sub.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_sub.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sub.c -o CMakeFiles/tommath.dir/bn_mp_sub.c.s - -CMakeFiles/tommath.dir/bn_mp_sub.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_sub.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_sub.c.o.provides: CMakeFiles/tommath.dir/bn_mp_sub.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_sub.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_sub.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_sub.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_sub.c.o - - -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o: ../bn_mp_sub_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object CMakeFiles/tommath.dir/bn_mp_sub_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_sub_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c - -CMakeFiles/tommath.dir/bn_mp_sub_d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_sub_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c > CMakeFiles/tommath.dir/bn_mp_sub_d.c.i - -CMakeFiles/tommath.dir/bn_mp_sub_d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_sub_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -o CMakeFiles/tommath.dir/bn_mp_sub_d.c.s - -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_sub_d.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o.provides: CMakeFiles/tommath.dir/bn_mp_sub_d.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_sub_d.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_sub_d.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_sub_d.c.o - - -CMakeFiles/tommath.dir/bn_mp_submod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_submod.c.o: ../bn_mp_submod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object CMakeFiles/tommath.dir/bn_mp_submod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_submod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_submod.c - -CMakeFiles/tommath.dir/bn_mp_submod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_submod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_submod.c > CMakeFiles/tommath.dir/bn_mp_submod.c.i - -CMakeFiles/tommath.dir/bn_mp_submod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_submod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_submod.c -o CMakeFiles/tommath.dir/bn_mp_submod.c.s - -CMakeFiles/tommath.dir/bn_mp_submod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_submod.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_submod.c.o.provides: CMakeFiles/tommath.dir/bn_mp_submod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_submod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_submod.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_submod.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_submod.c.o - - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o: ../bn_mp_to_signed_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c > CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.i - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -o CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.s - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o.provides: CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o - - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o: ../bn_mp_to_signed_bin_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c > CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.i - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -o CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.s - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o.provides: CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o - - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o: ../bn_mp_to_unsigned_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c > CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.i - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -o CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.s - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o.provides: CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o - - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o: ../bn_mp_to_unsigned_bin_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c > CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.i - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -o CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.s - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o.provides: CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o - - -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o: ../bn_mp_toom_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c - -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_toom_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c > CMakeFiles/tommath.dir/bn_mp_toom_mul.c.i - -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_toom_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -o CMakeFiles/tommath.dir/bn_mp_toom_mul.c.s - -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o.provides: CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o - - -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o: ../bn_mp_toom_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c - -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c > CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.i - -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -o CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.s - -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o.provides: CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o - - -CMakeFiles/tommath.dir/bn_mp_toradix.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_toradix.c.o: ../bn_mp_toradix.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object CMakeFiles/tommath.dir/bn_mp_toradix.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_toradix.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toradix.c - -CMakeFiles/tommath.dir/bn_mp_toradix.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_toradix.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toradix.c > CMakeFiles/tommath.dir/bn_mp_toradix.c.i - -CMakeFiles/tommath.dir/bn_mp_toradix.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_toradix.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toradix.c -o CMakeFiles/tommath.dir/bn_mp_toradix.c.s - -CMakeFiles/tommath.dir/bn_mp_toradix.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_toradix.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_toradix.c.o.provides: CMakeFiles/tommath.dir/bn_mp_toradix.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_toradix.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_toradix.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_toradix.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_toradix.c.o - - -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o: ../bn_mp_toradix_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c - -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_toradix_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c > CMakeFiles/tommath.dir/bn_mp_toradix_n.c.i - -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_toradix_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -o CMakeFiles/tommath.dir/bn_mp_toradix_n.c.s - -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o.provides: CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o - - -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o: ../bn_mp_unsigned_bin_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c - -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c > CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.i - -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -o CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.s - -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o.provides: CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o - - -CMakeFiles/tommath.dir/bn_mp_xor.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_xor.c.o: ../bn_mp_xor.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object CMakeFiles/tommath.dir/bn_mp_xor.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_xor.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_xor.c - -CMakeFiles/tommath.dir/bn_mp_xor.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_xor.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_xor.c > CMakeFiles/tommath.dir/bn_mp_xor.c.i - -CMakeFiles/tommath.dir/bn_mp_xor.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_xor.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_xor.c -o CMakeFiles/tommath.dir/bn_mp_xor.c.s - -CMakeFiles/tommath.dir/bn_mp_xor.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_xor.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_xor.c.o.provides: CMakeFiles/tommath.dir/bn_mp_xor.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_xor.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_xor.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_xor.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_xor.c.o - - -CMakeFiles/tommath.dir/bn_mp_zero.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_mp_zero.c.o: ../bn_mp_zero.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object CMakeFiles/tommath.dir/bn_mp_zero.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_mp_zero.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_zero.c - -CMakeFiles/tommath.dir/bn_mp_zero.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_mp_zero.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_zero.c > CMakeFiles/tommath.dir/bn_mp_zero.c.i - -CMakeFiles/tommath.dir/bn_mp_zero.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_mp_zero.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_zero.c -o CMakeFiles/tommath.dir/bn_mp_zero.c.s - -CMakeFiles/tommath.dir/bn_mp_zero.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_mp_zero.c.o.requires - -CMakeFiles/tommath.dir/bn_mp_zero.c.o.provides: CMakeFiles/tommath.dir/bn_mp_zero.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_mp_zero.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_mp_zero.c.o.provides - -CMakeFiles/tommath.dir/bn_mp_zero.c.o.provides.build: CMakeFiles/tommath.dir/bn_mp_zero.c.o - - -CMakeFiles/tommath.dir/bn_prime_tab.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_prime_tab.c.o: ../bn_prime_tab.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object CMakeFiles/tommath.dir/bn_prime_tab.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_prime_tab.c.o -c /home/wolverindev/cgit/libtommath/bn_prime_tab.c - -CMakeFiles/tommath.dir/bn_prime_tab.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_prime_tab.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_prime_tab.c > CMakeFiles/tommath.dir/bn_prime_tab.c.i - -CMakeFiles/tommath.dir/bn_prime_tab.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_prime_tab.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_prime_tab.c -o CMakeFiles/tommath.dir/bn_prime_tab.c.s - -CMakeFiles/tommath.dir/bn_prime_tab.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_prime_tab.c.o.requires - -CMakeFiles/tommath.dir/bn_prime_tab.c.o.provides: CMakeFiles/tommath.dir/bn_prime_tab.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_prime_tab.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_prime_tab.c.o.provides - -CMakeFiles/tommath.dir/bn_prime_tab.c.o.provides.build: CMakeFiles/tommath.dir/bn_prime_tab.c.o - - -CMakeFiles/tommath.dir/bn_reverse.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_reverse.c.o: ../bn_reverse.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object CMakeFiles/tommath.dir/bn_reverse.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_reverse.c.o -c /home/wolverindev/cgit/libtommath/bn_reverse.c - -CMakeFiles/tommath.dir/bn_reverse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_reverse.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_reverse.c > CMakeFiles/tommath.dir/bn_reverse.c.i - -CMakeFiles/tommath.dir/bn_reverse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_reverse.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_reverse.c -o CMakeFiles/tommath.dir/bn_reverse.c.s - -CMakeFiles/tommath.dir/bn_reverse.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_reverse.c.o.requires - -CMakeFiles/tommath.dir/bn_reverse.c.o.provides: CMakeFiles/tommath.dir/bn_reverse.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_reverse.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_reverse.c.o.provides - -CMakeFiles/tommath.dir/bn_reverse.c.o.provides.build: CMakeFiles/tommath.dir/bn_reverse.c.o - - -CMakeFiles/tommath.dir/bn_s_mp_add.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_s_mp_add.c.o: ../bn_s_mp_add.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object CMakeFiles/tommath.dir/bn_s_mp_add.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_s_mp_add.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_add.c - -CMakeFiles/tommath.dir/bn_s_mp_add.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_s_mp_add.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_add.c > CMakeFiles/tommath.dir/bn_s_mp_add.c.i - -CMakeFiles/tommath.dir/bn_s_mp_add.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_s_mp_add.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_add.c -o CMakeFiles/tommath.dir/bn_s_mp_add.c.s - -CMakeFiles/tommath.dir/bn_s_mp_add.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_add.c.o.requires - -CMakeFiles/tommath.dir/bn_s_mp_add.c.o.provides: CMakeFiles/tommath.dir/bn_s_mp_add.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_s_mp_add.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_add.c.o.provides - -CMakeFiles/tommath.dir/bn_s_mp_add.c.o.provides.build: CMakeFiles/tommath.dir/bn_s_mp_add.c.o - - -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o: ../bn_s_mp_exptmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c - -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c > CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.i - -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -o CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.s - -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o.requires - -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o.provides: CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o.provides - -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o.provides.build: CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o - - -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o: ../bn_s_mp_mul_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c - -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c > CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.i - -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -o CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.s - -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o.requires - -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o.provides: CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o.provides - -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o.provides.build: CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o - - -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o: ../bn_s_mp_mul_high_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c - -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c > CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.i - -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -o CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.s - -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o.requires - -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o.provides: CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o.provides - -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o.provides.build: CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o - - -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o: ../bn_s_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c - -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_s_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c > CMakeFiles/tommath.dir/bn_s_mp_sqr.c.i - -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_s_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -o CMakeFiles/tommath.dir/bn_s_mp_sqr.c.s - -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o.requires - -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o.provides: CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o.provides - -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o.provides.build: CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o - - -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o: ../bn_s_mp_sub.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object CMakeFiles/tommath.dir/bn_s_mp_sub.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bn_s_mp_sub.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c - -CMakeFiles/tommath.dir/bn_s_mp_sub.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bn_s_mp_sub.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c > CMakeFiles/tommath.dir/bn_s_mp_sub.c.i - -CMakeFiles/tommath.dir/bn_s_mp_sub.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bn_s_mp_sub.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -o CMakeFiles/tommath.dir/bn_s_mp_sub.c.s - -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_sub.c.o.requires - -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o.provides: CMakeFiles/tommath.dir/bn_s_mp_sub.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bn_s_mp_sub.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bn_s_mp_sub.c.o.provides - -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o.provides.build: CMakeFiles/tommath.dir/bn_s_mp_sub.c.o - - -CMakeFiles/tommath.dir/bncore.c.o: CMakeFiles/tommath.dir/flags.make -CMakeFiles/tommath.dir/bncore.c.o: ../bncore.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object CMakeFiles/tommath.dir/bncore.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommath.dir/bncore.c.o -c /home/wolverindev/cgit/libtommath/bncore.c - -CMakeFiles/tommath.dir/bncore.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommath.dir/bncore.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bncore.c > CMakeFiles/tommath.dir/bncore.c.i - -CMakeFiles/tommath.dir/bncore.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommath.dir/bncore.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bncore.c -o CMakeFiles/tommath.dir/bncore.c.s - -CMakeFiles/tommath.dir/bncore.c.o.requires: - -.PHONY : CMakeFiles/tommath.dir/bncore.c.o.requires - -CMakeFiles/tommath.dir/bncore.c.o.provides: CMakeFiles/tommath.dir/bncore.c.o.requires - $(MAKE) -f CMakeFiles/tommath.dir/build.make CMakeFiles/tommath.dir/bncore.c.o.provides.build -.PHONY : CMakeFiles/tommath.dir/bncore.c.o.provides - -CMakeFiles/tommath.dir/bncore.c.o.provides.build: CMakeFiles/tommath.dir/bncore.c.o - - -# Object files for target tommath -tommath_OBJECTS = \ -"CMakeFiles/tommath.dir/bn_error.c.o" \ -"CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o" \ -"CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o" \ -"CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o" \ -"CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o" \ -"CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_2expt.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_abs.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_add.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_add_d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_addmod.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_and.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_clamp.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_clear.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_cmp.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_copy.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_count_bits.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_div.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_div_2.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_div_2d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_div_3.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_div_d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_exch.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_export.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_expt_d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_exptmod.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_fread.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_fwrite.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_gcd.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_get_int.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_get_long.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_grow.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_import.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_init.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_init_copy.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_init_multi.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_init_set.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_init_size.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_invmod.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_is_square.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_jacobi.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_lcm.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_lshd.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_mod.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_mod_d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_mul.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_mul_2.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_mul_d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_mulmod.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_n_root.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_neg.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_or.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_radix_size.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_rand.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_read_radix.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_reduce.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_rshd.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_set.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_set_int.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_set_long.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_shrink.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_sqr.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_sqrt.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_sub.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_sub_d.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_submod.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_toradix.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_xor.c.o" \ -"CMakeFiles/tommath.dir/bn_mp_zero.c.o" \ -"CMakeFiles/tommath.dir/bn_prime_tab.c.o" \ -"CMakeFiles/tommath.dir/bn_reverse.c.o" \ -"CMakeFiles/tommath.dir/bn_s_mp_add.c.o" \ -"CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o" \ -"CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o" \ -"CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o" \ -"CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o" \ -"CMakeFiles/tommath.dir/bn_s_mp_sub.c.o" \ -"CMakeFiles/tommath.dir/bncore.c.o" - -# External object files for target tommath -tommath_EXTERNAL_OBJECTS = - -libtommath.so: CMakeFiles/tommath.dir/bn_error.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_2expt.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_abs.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_add.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_add_d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_addmod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_and.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_clamp.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_clear.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_cmp.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_copy.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_count_bits.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_div.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_div_2.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_div_2d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_div_3.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_div_d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_exch.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_export.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_expt_d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_exptmod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_fread.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_fwrite.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_gcd.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_get_int.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_get_long.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_grow.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_import.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_init.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_init_copy.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_init_multi.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_init_set.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_init_size.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_invmod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_is_square.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_jacobi.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_lcm.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_lshd.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_mod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_mod_d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_mul.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_mul_2.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_mul_d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_mulmod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_n_root.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_neg.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_or.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_radix_size.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_rand.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_read_radix.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_reduce.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_rshd.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_set.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_set_int.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_set_long.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_shrink.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_sqr.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_sqrt.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_sub.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_sub_d.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_submod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_toradix.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_xor.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_mp_zero.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_prime_tab.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_reverse.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_s_mp_add.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o -libtommath.so: CMakeFiles/tommath.dir/bn_s_mp_sub.c.o -libtommath.so: CMakeFiles/tommath.dir/bncore.c.o -libtommath.so: CMakeFiles/tommath.dir/build.make -libtommath.so: CMakeFiles/tommath.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Linking C shared library libtommath.so" - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tommath.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -CMakeFiles/tommath.dir/build: libtommath.so - -.PHONY : CMakeFiles/tommath.dir/build - -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_error.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_2expt.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_abs.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_add.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_add_d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_addmod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_and.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_clamp.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_clear.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_cmp.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_copy.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_count_bits.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_div.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_div_2.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_div_2d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_div_3.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_div_d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_exch.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_export.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_expt_d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_exptmod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_fread.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_fwrite.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_gcd.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_get_int.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_get_long.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_grow.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_import.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_init.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_init_copy.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_init_multi.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_init_set.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_init_size.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_invmod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_is_square.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_jacobi.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_lcm.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_lshd.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_mod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_mod_d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_mul.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_mul_2.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_mul_d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_mulmod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_n_root.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_neg.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_or.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_radix_size.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_rand.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_read_radix.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_reduce.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_rshd.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_set.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_set_int.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_set_long.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_shrink.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_sqr.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_sqrt.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_sub.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_sub_d.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_submod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_toradix.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_xor.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_mp_zero.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_prime_tab.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_reverse.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_s_mp_add.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bn_s_mp_sub.c.o.requires -CMakeFiles/tommath.dir/requires: CMakeFiles/tommath.dir/bncore.c.o.requires - -.PHONY : CMakeFiles/tommath.dir/requires - -CMakeFiles/tommath.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/tommath.dir/cmake_clean.cmake -.PHONY : CMakeFiles/tommath.dir/clean - -CMakeFiles/tommath.dir/depend: - cd /home/wolverindev/cgit/libtommath/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/wolverindev/cgit/libtommath /home/wolverindev/cgit/libtommath /home/wolverindev/cgit/libtommath/cmake-build-debug /home/wolverindev/cgit/libtommath/cmake-build-debug /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommath.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/tommath.dir/depend - diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/tommath.dir/cmake_clean.cmake deleted file mode 100644 index 831f3df..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/cmake_clean.cmake +++ /dev/null @@ -1,137 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/tommath.dir/bn_error.c.o" - "CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o" - "CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o" - "CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o" - "CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o" - "CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o" - "CMakeFiles/tommath.dir/bn_mp_2expt.c.o" - "CMakeFiles/tommath.dir/bn_mp_abs.c.o" - "CMakeFiles/tommath.dir/bn_mp_add.c.o" - "CMakeFiles/tommath.dir/bn_mp_add_d.c.o" - "CMakeFiles/tommath.dir/bn_mp_addmod.c.o" - "CMakeFiles/tommath.dir/bn_mp_and.c.o" - "CMakeFiles/tommath.dir/bn_mp_clamp.c.o" - "CMakeFiles/tommath.dir/bn_mp_clear.c.o" - "CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o" - "CMakeFiles/tommath.dir/bn_mp_cmp.c.o" - "CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o" - "CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o" - "CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o" - "CMakeFiles/tommath.dir/bn_mp_copy.c.o" - "CMakeFiles/tommath.dir/bn_mp_count_bits.c.o" - "CMakeFiles/tommath.dir/bn_mp_div.c.o" - "CMakeFiles/tommath.dir/bn_mp_div_2.c.o" - "CMakeFiles/tommath.dir/bn_mp_div_2d.c.o" - "CMakeFiles/tommath.dir/bn_mp_div_3.c.o" - "CMakeFiles/tommath.dir/bn_mp_div_d.c.o" - "CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o" - "CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o" - "CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o" - "CMakeFiles/tommath.dir/bn_mp_exch.c.o" - "CMakeFiles/tommath.dir/bn_mp_export.c.o" - "CMakeFiles/tommath.dir/bn_mp_expt_d.c.o" - "CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o" - "CMakeFiles/tommath.dir/bn_mp_exptmod.c.o" - "CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o" - "CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o" - "CMakeFiles/tommath.dir/bn_mp_fread.c.o" - "CMakeFiles/tommath.dir/bn_mp_fwrite.c.o" - "CMakeFiles/tommath.dir/bn_mp_gcd.c.o" - "CMakeFiles/tommath.dir/bn_mp_get_int.c.o" - "CMakeFiles/tommath.dir/bn_mp_get_long.c.o" - "CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o" - "CMakeFiles/tommath.dir/bn_mp_grow.c.o" - "CMakeFiles/tommath.dir/bn_mp_import.c.o" - "CMakeFiles/tommath.dir/bn_mp_init.c.o" - "CMakeFiles/tommath.dir/bn_mp_init_copy.c.o" - "CMakeFiles/tommath.dir/bn_mp_init_multi.c.o" - "CMakeFiles/tommath.dir/bn_mp_init_set.c.o" - "CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o" - "CMakeFiles/tommath.dir/bn_mp_init_size.c.o" - "CMakeFiles/tommath.dir/bn_mp_invmod.c.o" - "CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o" - "CMakeFiles/tommath.dir/bn_mp_is_square.c.o" - "CMakeFiles/tommath.dir/bn_mp_jacobi.c.o" - "CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o" - "CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o" - "CMakeFiles/tommath.dir/bn_mp_lcm.c.o" - "CMakeFiles/tommath.dir/bn_mp_lshd.c.o" - "CMakeFiles/tommath.dir/bn_mp_mod.c.o" - "CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o" - "CMakeFiles/tommath.dir/bn_mp_mod_d.c.o" - "CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o" - "CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o" - "CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o" - "CMakeFiles/tommath.dir/bn_mp_mul.c.o" - "CMakeFiles/tommath.dir/bn_mp_mul_2.c.o" - "CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o" - "CMakeFiles/tommath.dir/bn_mp_mul_d.c.o" - "CMakeFiles/tommath.dir/bn_mp_mulmod.c.o" - "CMakeFiles/tommath.dir/bn_mp_n_root.c.o" - "CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o" - "CMakeFiles/tommath.dir/bn_mp_neg.c.o" - "CMakeFiles/tommath.dir/bn_mp_or.c.o" - "CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o" - "CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o" - "CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o" - "CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o" - "CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o" - "CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o" - "CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o" - "CMakeFiles/tommath.dir/bn_mp_radix_size.c.o" - "CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o" - "CMakeFiles/tommath.dir/bn_mp_rand.c.o" - "CMakeFiles/tommath.dir/bn_mp_read_radix.c.o" - "CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o" - "CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o" - "CMakeFiles/tommath.dir/bn_mp_reduce.c.o" - "CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o" - "CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o" - "CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o" - "CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o" - "CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o" - "CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o" - "CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o" - "CMakeFiles/tommath.dir/bn_mp_rshd.c.o" - "CMakeFiles/tommath.dir/bn_mp_set.c.o" - "CMakeFiles/tommath.dir/bn_mp_set_int.c.o" - "CMakeFiles/tommath.dir/bn_mp_set_long.c.o" - "CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o" - "CMakeFiles/tommath.dir/bn_mp_shrink.c.o" - "CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o" - "CMakeFiles/tommath.dir/bn_mp_sqr.c.o" - "CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o" - "CMakeFiles/tommath.dir/bn_mp_sqrt.c.o" - "CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o" - "CMakeFiles/tommath.dir/bn_mp_sub.c.o" - "CMakeFiles/tommath.dir/bn_mp_sub_d.c.o" - "CMakeFiles/tommath.dir/bn_mp_submod.c.o" - "CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o" - "CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o" - "CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o" - "CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o" - "CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o" - "CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o" - "CMakeFiles/tommath.dir/bn_mp_toradix.c.o" - "CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o" - "CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o" - "CMakeFiles/tommath.dir/bn_mp_xor.c.o" - "CMakeFiles/tommath.dir/bn_mp_zero.c.o" - "CMakeFiles/tommath.dir/bn_prime_tab.c.o" - "CMakeFiles/tommath.dir/bn_reverse.c.o" - "CMakeFiles/tommath.dir/bn_s_mp_add.c.o" - "CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o" - "CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o" - "CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o" - "CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o" - "CMakeFiles/tommath.dir/bn_s_mp_sub.c.o" - "CMakeFiles/tommath.dir/bncore.c.o" - "libtommath.pdb" - "libtommath.so" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/tommath.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/depend.internal b/cmake-build-debug/CMakeFiles/tommath.dir/depend.internal deleted file mode 100644 index 65f053b..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/depend.internal +++ /dev/null @@ -1,771 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 - -CMakeFiles/tommath.dir/bn_error.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_error.c -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -CMakeFiles/tommath.dir/bn_mp_2expt.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_2expt.c -CMakeFiles/tommath.dir/bn_mp_abs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_abs.c -CMakeFiles/tommath.dir/bn_mp_add.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_add.c -CMakeFiles/tommath.dir/bn_mp_add_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_add_d.c -CMakeFiles/tommath.dir/bn_mp_addmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_addmod.c -CMakeFiles/tommath.dir/bn_mp_and.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_and.c -CMakeFiles/tommath.dir/bn_mp_clamp.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clamp.c -CMakeFiles/tommath.dir/bn_mp_clear.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clear.c -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -CMakeFiles/tommath.dir/bn_mp_cmp.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp.c -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -CMakeFiles/tommath.dir/bn_mp_copy.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_copy.c -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -CMakeFiles/tommath.dir/bn_mp_div.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div.c -CMakeFiles/tommath.dir/bn_mp_div_2.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_2.c -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -CMakeFiles/tommath.dir/bn_mp_div_3.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_3.c -CMakeFiles/tommath.dir/bn_mp_div_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_d.c -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -CMakeFiles/tommath.dir/bn_mp_exch.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exch.c -CMakeFiles/tommath.dir/bn_mp_export.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_export.c -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -CMakeFiles/tommath.dir/bn_mp_fread.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_fread.c -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -CMakeFiles/tommath.dir/bn_mp_gcd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_gcd.c -CMakeFiles/tommath.dir/bn_mp_get_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_int.c -CMakeFiles/tommath.dir/bn_mp_get_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_long.c -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -CMakeFiles/tommath.dir/bn_mp_grow.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_grow.c -CMakeFiles/tommath.dir/bn_mp_import.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_import.c -CMakeFiles/tommath.dir/bn_mp_init.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init.c -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -CMakeFiles/tommath.dir/bn_mp_init_set.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_set.c -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -CMakeFiles/tommath.dir/bn_mp_init_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_size.c -CMakeFiles/tommath.dir/bn_mp_invmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_invmod.c -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -CMakeFiles/tommath.dir/bn_mp_is_square.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_is_square.c -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -CMakeFiles/tommath.dir/bn_mp_lcm.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_lcm.c -CMakeFiles/tommath.dir/bn_mp_lshd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_lshd.c -CMakeFiles/tommath.dir/bn_mp_mod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod.c -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -CMakeFiles/tommath.dir/bn_mp_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul.c -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -CMakeFiles/tommath.dir/bn_mp_n_root.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_n_root.c -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -CMakeFiles/tommath.dir/bn_mp_neg.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_neg.c -CMakeFiles/tommath.dir/bn_mp_or.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_or.c -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -CMakeFiles/tommath.dir/bn_mp_rand.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_rand.c -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -CMakeFiles/tommath.dir/bn_mp_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce.c -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -CMakeFiles/tommath.dir/bn_mp_rshd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_rshd.c -CMakeFiles/tommath.dir/bn_mp_set.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set.c -CMakeFiles/tommath.dir/bn_mp_set_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_int.c -CMakeFiles/tommath.dir/bn_mp_set_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_long.c -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -CMakeFiles/tommath.dir/bn_mp_shrink.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_shrink.c -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -CMakeFiles/tommath.dir/bn_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqr.c -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -CMakeFiles/tommath.dir/bn_mp_sub.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sub.c -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -CMakeFiles/tommath.dir/bn_mp_submod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_submod.c -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -CMakeFiles/tommath.dir/bn_mp_toradix.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toradix.c -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -CMakeFiles/tommath.dir/bn_mp_xor.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_xor.c -CMakeFiles/tommath.dir/bn_mp_zero.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_zero.c -CMakeFiles/tommath.dir/bn_prime_tab.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_prime_tab.c -CMakeFiles/tommath.dir/bn_reverse.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_reverse.c -CMakeFiles/tommath.dir/bn_s_mp_add.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_add.c -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -CMakeFiles/tommath.dir/bncore.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bncore.c diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/depend.make b/cmake-build-debug/CMakeFiles/tommath.dir/depend.make deleted file mode 100644 index f8148b6..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/depend.make +++ /dev/null @@ -1,771 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 - -CMakeFiles/tommath.dir/bn_error.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_error.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_error.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_error.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_error.c.o: ../bn_error.c - -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o: ../bn_fast_mp_invmod.c - -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o: ../bn_fast_mp_montgomery_reduce.c - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o: ../bn_fast_s_mp_mul_digs.c - -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o: ../bn_fast_s_mp_mul_high_digs.c - -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o: ../bn_fast_s_mp_sqr.c - -CMakeFiles/tommath.dir/bn_mp_2expt.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_2expt.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_2expt.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_2expt.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_2expt.c.o: ../bn_mp_2expt.c - -CMakeFiles/tommath.dir/bn_mp_abs.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_abs.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_abs.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_abs.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_abs.c.o: ../bn_mp_abs.c - -CMakeFiles/tommath.dir/bn_mp_add.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_add.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_add.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_add.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_add.c.o: ../bn_mp_add.c - -CMakeFiles/tommath.dir/bn_mp_add_d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_add_d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_add_d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_add_d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_add_d.c.o: ../bn_mp_add_d.c - -CMakeFiles/tommath.dir/bn_mp_addmod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_addmod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_addmod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_addmod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_addmod.c.o: ../bn_mp_addmod.c - -CMakeFiles/tommath.dir/bn_mp_and.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_and.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_and.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_and.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_and.c.o: ../bn_mp_and.c - -CMakeFiles/tommath.dir/bn_mp_clamp.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_clamp.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_clamp.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_clamp.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_clamp.c.o: ../bn_mp_clamp.c - -CMakeFiles/tommath.dir/bn_mp_clear.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_clear.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_clear.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_clear.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_clear.c.o: ../bn_mp_clear.c - -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o: ../bn_mp_clear_multi.c - -CMakeFiles/tommath.dir/bn_mp_cmp.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_cmp.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_cmp.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_cmp.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_cmp.c.o: ../bn_mp_cmp.c - -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o: ../bn_mp_cmp_d.c - -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o: ../bn_mp_cmp_mag.c - -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o: ../bn_mp_cnt_lsb.c - -CMakeFiles/tommath.dir/bn_mp_copy.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_copy.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_copy.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_copy.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_copy.c.o: ../bn_mp_copy.c - -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_count_bits.c.o: ../bn_mp_count_bits.c - -CMakeFiles/tommath.dir/bn_mp_div.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_div.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_div.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_div.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_div.c.o: ../bn_mp_div.c - -CMakeFiles/tommath.dir/bn_mp_div_2.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_div_2.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_div_2.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_div_2.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_div_2.c.o: ../bn_mp_div_2.c - -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_div_2d.c.o: ../bn_mp_div_2d.c - -CMakeFiles/tommath.dir/bn_mp_div_3.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_div_3.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_div_3.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_div_3.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_div_3.c.o: ../bn_mp_div_3.c - -CMakeFiles/tommath.dir/bn_mp_div_d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_div_d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_div_d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_div_d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_div_d.c.o: ../bn_mp_div_d.c - -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o: ../bn_mp_dr_is_modulus.c - -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o: ../bn_mp_dr_reduce.c - -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o: ../bn_mp_dr_setup.c - -CMakeFiles/tommath.dir/bn_mp_exch.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_exch.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_exch.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_exch.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_exch.c.o: ../bn_mp_exch.c - -CMakeFiles/tommath.dir/bn_mp_export.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_export.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_export.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_export.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_export.c.o: ../bn_mp_export.c - -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_expt_d.c.o: ../bn_mp_expt_d.c - -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o: ../bn_mp_expt_d_ex.c - -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_exptmod.c.o: ../bn_mp_exptmod.c - -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o: ../bn_mp_exptmod_fast.c - -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o: ../bn_mp_exteuclid.c - -CMakeFiles/tommath.dir/bn_mp_fread.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_fread.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_fread.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_fread.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_fread.c.o: ../bn_mp_fread.c - -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_fwrite.c.o: ../bn_mp_fwrite.c - -CMakeFiles/tommath.dir/bn_mp_gcd.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_gcd.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_gcd.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_gcd.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_gcd.c.o: ../bn_mp_gcd.c - -CMakeFiles/tommath.dir/bn_mp_get_int.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_get_int.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_get_int.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_get_int.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_get_int.c.o: ../bn_mp_get_int.c - -CMakeFiles/tommath.dir/bn_mp_get_long.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_get_long.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_get_long.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_get_long.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_get_long.c.o: ../bn_mp_get_long.c - -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o: ../bn_mp_get_long_long.c - -CMakeFiles/tommath.dir/bn_mp_grow.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_grow.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_grow.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_grow.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_grow.c.o: ../bn_mp_grow.c - -CMakeFiles/tommath.dir/bn_mp_import.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_import.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_import.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_import.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_import.c.o: ../bn_mp_import.c - -CMakeFiles/tommath.dir/bn_mp_init.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_init.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_init.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_init.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_init.c.o: ../bn_mp_init.c - -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_init_copy.c.o: ../bn_mp_init_copy.c - -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_init_multi.c.o: ../bn_mp_init_multi.c - -CMakeFiles/tommath.dir/bn_mp_init_set.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_init_set.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_init_set.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_init_set.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_init_set.c.o: ../bn_mp_init_set.c - -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o: ../bn_mp_init_set_int.c - -CMakeFiles/tommath.dir/bn_mp_init_size.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_init_size.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_init_size.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_init_size.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_init_size.c.o: ../bn_mp_init_size.c - -CMakeFiles/tommath.dir/bn_mp_invmod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_invmod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_invmod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_invmod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_invmod.c.o: ../bn_mp_invmod.c - -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o: ../bn_mp_invmod_slow.c - -CMakeFiles/tommath.dir/bn_mp_is_square.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_is_square.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_is_square.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_is_square.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_is_square.c.o: ../bn_mp_is_square.c - -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_jacobi.c.o: ../bn_mp_jacobi.c - -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o: ../bn_mp_karatsuba_mul.c - -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o: ../bn_mp_karatsuba_sqr.c - -CMakeFiles/tommath.dir/bn_mp_lcm.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_lcm.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_lcm.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_lcm.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_lcm.c.o: ../bn_mp_lcm.c - -CMakeFiles/tommath.dir/bn_mp_lshd.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_lshd.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_lshd.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_lshd.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_lshd.c.o: ../bn_mp_lshd.c - -CMakeFiles/tommath.dir/bn_mp_mod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_mod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_mod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_mod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_mod.c.o: ../bn_mp_mod.c - -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o: ../bn_mp_mod_2d.c - -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_mod_d.c.o: ../bn_mp_mod_d.c - -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o: ../bn_mp_montgomery_calc_normalization.c - -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o: ../bn_mp_montgomery_reduce.c - -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o: ../bn_mp_montgomery_setup.c - -CMakeFiles/tommath.dir/bn_mp_mul.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_mul.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_mul.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_mul.c.o: ../bn_mp_mul.c - -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_mul_2.c.o: ../bn_mp_mul_2.c - -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o: ../bn_mp_mul_2d.c - -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_mul_d.c.o: ../bn_mp_mul_d.c - -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_mulmod.c.o: ../bn_mp_mulmod.c - -CMakeFiles/tommath.dir/bn_mp_n_root.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_n_root.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_n_root.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_n_root.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_n_root.c.o: ../bn_mp_n_root.c - -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o: ../bn_mp_n_root_ex.c - -CMakeFiles/tommath.dir/bn_mp_neg.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_neg.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_neg.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_neg.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_neg.c.o: ../bn_mp_neg.c - -CMakeFiles/tommath.dir/bn_mp_or.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_or.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_or.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_or.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_or.c.o: ../bn_mp_or.c - -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o: ../bn_mp_prime_fermat.c - -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o: ../bn_mp_prime_is_divisible.c - -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o: ../bn_mp_prime_is_prime.c - -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o: ../bn_mp_prime_miller_rabin.c - -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o: ../bn_mp_prime_next_prime.c - -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o: ../bn_mp_prime_rabin_miller_trials.c - -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o: ../bn_mp_prime_random_ex.c - -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_radix_size.c.o: ../bn_mp_radix_size.c - -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o: ../bn_mp_radix_smap.c - -CMakeFiles/tommath.dir/bn_mp_rand.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_rand.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_rand.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_rand.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_rand.c.o: ../bn_mp_rand.c - -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_read_radix.c.o: ../bn_mp_read_radix.c - -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o: ../bn_mp_read_signed_bin.c - -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o: ../bn_mp_read_unsigned_bin.c - -CMakeFiles/tommath.dir/bn_mp_reduce.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_reduce.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_reduce.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_reduce.c.o: ../bn_mp_reduce.c - -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o: ../bn_mp_reduce_2k.c - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o: ../bn_mp_reduce_2k_l.c - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o: ../bn_mp_reduce_2k_setup.c - -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o: ../bn_mp_reduce_2k_setup_l.c - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o: ../bn_mp_reduce_is_2k.c - -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o: ../bn_mp_reduce_is_2k_l.c - -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o: ../bn_mp_reduce_setup.c - -CMakeFiles/tommath.dir/bn_mp_rshd.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_rshd.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_rshd.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_rshd.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_rshd.c.o: ../bn_mp_rshd.c - -CMakeFiles/tommath.dir/bn_mp_set.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_set.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_set.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_set.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_set.c.o: ../bn_mp_set.c - -CMakeFiles/tommath.dir/bn_mp_set_int.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_set_int.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_set_int.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_set_int.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_set_int.c.o: ../bn_mp_set_int.c - -CMakeFiles/tommath.dir/bn_mp_set_long.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_set_long.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_set_long.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_set_long.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_set_long.c.o: ../bn_mp_set_long.c - -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o: ../bn_mp_set_long_long.c - -CMakeFiles/tommath.dir/bn_mp_shrink.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_shrink.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_shrink.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_shrink.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_shrink.c.o: ../bn_mp_shrink.c - -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o: ../bn_mp_signed_bin_size.c - -CMakeFiles/tommath.dir/bn_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_sqr.c.o: ../bn_mp_sqr.c - -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o: ../bn_mp_sqrmod.c - -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_sqrt.c.o: ../bn_mp_sqrt.c - -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o: ../bn_mp_sqrtmod_prime.c - -CMakeFiles/tommath.dir/bn_mp_sub.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_sub.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_sub.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_sub.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_sub.c.o: ../bn_mp_sub.c - -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_sub_d.c.o: ../bn_mp_sub_d.c - -CMakeFiles/tommath.dir/bn_mp_submod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_submod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_submod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_submod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_submod.c.o: ../bn_mp_submod.c - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o: ../bn_mp_to_signed_bin.c - -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o: ../bn_mp_to_signed_bin_n.c - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o: ../bn_mp_to_unsigned_bin.c - -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o: ../bn_mp_to_unsigned_bin_n.c - -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o: ../bn_mp_toom_mul.c - -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o: ../bn_mp_toom_sqr.c - -CMakeFiles/tommath.dir/bn_mp_toradix.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_toradix.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_toradix.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_toradix.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_toradix.c.o: ../bn_mp_toradix.c - -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o: ../bn_mp_toradix_n.c - -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o: ../bn_mp_unsigned_bin_size.c - -CMakeFiles/tommath.dir/bn_mp_xor.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_xor.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_xor.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_xor.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_xor.c.o: ../bn_mp_xor.c - -CMakeFiles/tommath.dir/bn_mp_zero.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_mp_zero.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_mp_zero.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_mp_zero.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_mp_zero.c.o: ../bn_mp_zero.c - -CMakeFiles/tommath.dir/bn_prime_tab.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_prime_tab.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_prime_tab.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_prime_tab.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_prime_tab.c.o: ../bn_prime_tab.c - -CMakeFiles/tommath.dir/bn_reverse.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_reverse.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_reverse.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_reverse.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_reverse.c.o: ../bn_reverse.c - -CMakeFiles/tommath.dir/bn_s_mp_add.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_s_mp_add.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_s_mp_add.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_s_mp_add.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_s_mp_add.c.o: ../bn_s_mp_add.c - -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o: ../bn_s_mp_exptmod.c - -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o: ../bn_s_mp_mul_digs.c - -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o: ../bn_s_mp_mul_high_digs.c - -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o: ../bn_s_mp_sqr.c - -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o: ../tommath.h -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bn_s_mp_sub.c.o: ../bn_s_mp_sub.c - -CMakeFiles/tommath.dir/bncore.c.o: ../tommath.h -CMakeFiles/tommath.dir/bncore.c.o: ../tommath_class.h -CMakeFiles/tommath.dir/bncore.c.o: ../tommath_private.h -CMakeFiles/tommath.dir/bncore.c.o: ../tommath_superclass.h -CMakeFiles/tommath.dir/bncore.c.o: ../bncore.c - diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/flags.make b/cmake-build-debug/CMakeFiles/tommath.dir/flags.make deleted file mode 100644 index 857c2ad..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 - -# compile C with /usr/bin/cc -C_FLAGS = -shared -g -fPIC - -C_DEFINES = -DALL_FUNCTIONS -Dtommath_EXPORTS - -C_INCLUDES = -I/home/wolverindev/cgit/libtommath/cmake-build-debug -I/home/wolverindev/cgit/libtommath - diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/link.txt b/cmake-build-debug/CMakeFiles/tommath.dir/link.txt deleted file mode 100644 index 358dfb4..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/cc -fPIC -shared -g -shared -Wl,-soname,libtommath.so -o libtommath.so CMakeFiles/tommath.dir/bn_error.c.o CMakeFiles/tommath.dir/bn_fast_mp_invmod.c.o CMakeFiles/tommath.dir/bn_fast_mp_montgomery_reduce.c.o CMakeFiles/tommath.dir/bn_fast_s_mp_mul_digs.c.o CMakeFiles/tommath.dir/bn_fast_s_mp_mul_high_digs.c.o CMakeFiles/tommath.dir/bn_fast_s_mp_sqr.c.o CMakeFiles/tommath.dir/bn_mp_2expt.c.o CMakeFiles/tommath.dir/bn_mp_abs.c.o CMakeFiles/tommath.dir/bn_mp_add.c.o CMakeFiles/tommath.dir/bn_mp_add_d.c.o CMakeFiles/tommath.dir/bn_mp_addmod.c.o CMakeFiles/tommath.dir/bn_mp_and.c.o CMakeFiles/tommath.dir/bn_mp_clamp.c.o CMakeFiles/tommath.dir/bn_mp_clear.c.o CMakeFiles/tommath.dir/bn_mp_clear_multi.c.o CMakeFiles/tommath.dir/bn_mp_cmp.c.o CMakeFiles/tommath.dir/bn_mp_cmp_d.c.o CMakeFiles/tommath.dir/bn_mp_cmp_mag.c.o CMakeFiles/tommath.dir/bn_mp_cnt_lsb.c.o CMakeFiles/tommath.dir/bn_mp_copy.c.o CMakeFiles/tommath.dir/bn_mp_count_bits.c.o CMakeFiles/tommath.dir/bn_mp_div.c.o CMakeFiles/tommath.dir/bn_mp_div_2.c.o CMakeFiles/tommath.dir/bn_mp_div_2d.c.o CMakeFiles/tommath.dir/bn_mp_div_3.c.o CMakeFiles/tommath.dir/bn_mp_div_d.c.o CMakeFiles/tommath.dir/bn_mp_dr_is_modulus.c.o CMakeFiles/tommath.dir/bn_mp_dr_reduce.c.o CMakeFiles/tommath.dir/bn_mp_dr_setup.c.o CMakeFiles/tommath.dir/bn_mp_exch.c.o CMakeFiles/tommath.dir/bn_mp_export.c.o CMakeFiles/tommath.dir/bn_mp_expt_d.c.o CMakeFiles/tommath.dir/bn_mp_expt_d_ex.c.o CMakeFiles/tommath.dir/bn_mp_exptmod.c.o CMakeFiles/tommath.dir/bn_mp_exptmod_fast.c.o CMakeFiles/tommath.dir/bn_mp_exteuclid.c.o CMakeFiles/tommath.dir/bn_mp_fread.c.o CMakeFiles/tommath.dir/bn_mp_fwrite.c.o CMakeFiles/tommath.dir/bn_mp_gcd.c.o CMakeFiles/tommath.dir/bn_mp_get_int.c.o CMakeFiles/tommath.dir/bn_mp_get_long.c.o CMakeFiles/tommath.dir/bn_mp_get_long_long.c.o CMakeFiles/tommath.dir/bn_mp_grow.c.o CMakeFiles/tommath.dir/bn_mp_import.c.o CMakeFiles/tommath.dir/bn_mp_init.c.o CMakeFiles/tommath.dir/bn_mp_init_copy.c.o CMakeFiles/tommath.dir/bn_mp_init_multi.c.o CMakeFiles/tommath.dir/bn_mp_init_set.c.o CMakeFiles/tommath.dir/bn_mp_init_set_int.c.o CMakeFiles/tommath.dir/bn_mp_init_size.c.o CMakeFiles/tommath.dir/bn_mp_invmod.c.o CMakeFiles/tommath.dir/bn_mp_invmod_slow.c.o CMakeFiles/tommath.dir/bn_mp_is_square.c.o CMakeFiles/tommath.dir/bn_mp_jacobi.c.o CMakeFiles/tommath.dir/bn_mp_karatsuba_mul.c.o CMakeFiles/tommath.dir/bn_mp_karatsuba_sqr.c.o CMakeFiles/tommath.dir/bn_mp_lcm.c.o CMakeFiles/tommath.dir/bn_mp_lshd.c.o CMakeFiles/tommath.dir/bn_mp_mod.c.o CMakeFiles/tommath.dir/bn_mp_mod_2d.c.o CMakeFiles/tommath.dir/bn_mp_mod_d.c.o CMakeFiles/tommath.dir/bn_mp_montgomery_calc_normalization.c.o CMakeFiles/tommath.dir/bn_mp_montgomery_reduce.c.o CMakeFiles/tommath.dir/bn_mp_montgomery_setup.c.o CMakeFiles/tommath.dir/bn_mp_mul.c.o CMakeFiles/tommath.dir/bn_mp_mul_2.c.o CMakeFiles/tommath.dir/bn_mp_mul_2d.c.o CMakeFiles/tommath.dir/bn_mp_mul_d.c.o CMakeFiles/tommath.dir/bn_mp_mulmod.c.o CMakeFiles/tommath.dir/bn_mp_n_root.c.o CMakeFiles/tommath.dir/bn_mp_n_root_ex.c.o CMakeFiles/tommath.dir/bn_mp_neg.c.o CMakeFiles/tommath.dir/bn_mp_or.c.o CMakeFiles/tommath.dir/bn_mp_prime_fermat.c.o CMakeFiles/tommath.dir/bn_mp_prime_is_divisible.c.o CMakeFiles/tommath.dir/bn_mp_prime_is_prime.c.o CMakeFiles/tommath.dir/bn_mp_prime_miller_rabin.c.o CMakeFiles/tommath.dir/bn_mp_prime_next_prime.c.o CMakeFiles/tommath.dir/bn_mp_prime_rabin_miller_trials.c.o CMakeFiles/tommath.dir/bn_mp_prime_random_ex.c.o CMakeFiles/tommath.dir/bn_mp_radix_size.c.o CMakeFiles/tommath.dir/bn_mp_radix_smap.c.o CMakeFiles/tommath.dir/bn_mp_rand.c.o CMakeFiles/tommath.dir/bn_mp_read_radix.c.o CMakeFiles/tommath.dir/bn_mp_read_signed_bin.c.o CMakeFiles/tommath.dir/bn_mp_read_unsigned_bin.c.o CMakeFiles/tommath.dir/bn_mp_reduce.c.o CMakeFiles/tommath.dir/bn_mp_reduce_2k.c.o CMakeFiles/tommath.dir/bn_mp_reduce_2k_l.c.o CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup.c.o CMakeFiles/tommath.dir/bn_mp_reduce_2k_setup_l.c.o CMakeFiles/tommath.dir/bn_mp_reduce_is_2k.c.o CMakeFiles/tommath.dir/bn_mp_reduce_is_2k_l.c.o CMakeFiles/tommath.dir/bn_mp_reduce_setup.c.o CMakeFiles/tommath.dir/bn_mp_rshd.c.o CMakeFiles/tommath.dir/bn_mp_set.c.o CMakeFiles/tommath.dir/bn_mp_set_int.c.o CMakeFiles/tommath.dir/bn_mp_set_long.c.o CMakeFiles/tommath.dir/bn_mp_set_long_long.c.o CMakeFiles/tommath.dir/bn_mp_shrink.c.o CMakeFiles/tommath.dir/bn_mp_signed_bin_size.c.o CMakeFiles/tommath.dir/bn_mp_sqr.c.o CMakeFiles/tommath.dir/bn_mp_sqrmod.c.o CMakeFiles/tommath.dir/bn_mp_sqrt.c.o CMakeFiles/tommath.dir/bn_mp_sqrtmod_prime.c.o CMakeFiles/tommath.dir/bn_mp_sub.c.o CMakeFiles/tommath.dir/bn_mp_sub_d.c.o CMakeFiles/tommath.dir/bn_mp_submod.c.o CMakeFiles/tommath.dir/bn_mp_to_signed_bin.c.o CMakeFiles/tommath.dir/bn_mp_to_signed_bin_n.c.o CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin.c.o CMakeFiles/tommath.dir/bn_mp_to_unsigned_bin_n.c.o CMakeFiles/tommath.dir/bn_mp_toom_mul.c.o CMakeFiles/tommath.dir/bn_mp_toom_sqr.c.o CMakeFiles/tommath.dir/bn_mp_toradix.c.o CMakeFiles/tommath.dir/bn_mp_toradix_n.c.o CMakeFiles/tommath.dir/bn_mp_unsigned_bin_size.c.o CMakeFiles/tommath.dir/bn_mp_xor.c.o CMakeFiles/tommath.dir/bn_mp_zero.c.o CMakeFiles/tommath.dir/bn_prime_tab.c.o CMakeFiles/tommath.dir/bn_reverse.c.o CMakeFiles/tommath.dir/bn_s_mp_add.c.o CMakeFiles/tommath.dir/bn_s_mp_exptmod.c.o CMakeFiles/tommath.dir/bn_s_mp_mul_digs.c.o CMakeFiles/tommath.dir/bn_s_mp_mul_high_digs.c.o CMakeFiles/tommath.dir/bn_s_mp_sqr.c.o CMakeFiles/tommath.dir/bn_s_mp_sub.c.o CMakeFiles/tommath.dir/bncore.c.o diff --git a/cmake-build-debug/CMakeFiles/tommath.dir/progress.make b/cmake-build-debug/CMakeFiles/tommath.dir/progress.make deleted file mode 100644 index 96816e6..0000000 --- a/cmake-build-debug/CMakeFiles/tommath.dir/progress.make +++ /dev/null @@ -1,130 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 1 -CMAKE_PROGRESS_3 = 2 -CMAKE_PROGRESS_4 = 3 -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = 4 -CMAKE_PROGRESS_7 = 5 -CMAKE_PROGRESS_8 = 6 -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = 7 -CMAKE_PROGRESS_11 = 8 -CMAKE_PROGRESS_12 = 9 -CMAKE_PROGRESS_13 = 10 -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = 11 -CMAKE_PROGRESS_16 = 12 -CMAKE_PROGRESS_17 = 13 -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = 14 -CMAKE_PROGRESS_20 = 15 -CMAKE_PROGRESS_21 = 16 -CMAKE_PROGRESS_22 = 17 -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = 18 -CMAKE_PROGRESS_25 = 19 -CMAKE_PROGRESS_26 = 20 -CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = 21 -CMAKE_PROGRESS_29 = 22 -CMAKE_PROGRESS_30 = 23 -CMAKE_PROGRESS_31 = 24 -CMAKE_PROGRESS_32 = -CMAKE_PROGRESS_33 = 25 -CMAKE_PROGRESS_34 = 26 -CMAKE_PROGRESS_35 = 27 -CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = 28 -CMAKE_PROGRESS_38 = 29 -CMAKE_PROGRESS_39 = 30 -CMAKE_PROGRESS_40 = 31 -CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = 32 -CMAKE_PROGRESS_43 = 33 -CMAKE_PROGRESS_44 = 34 -CMAKE_PROGRESS_45 = -CMAKE_PROGRESS_46 = 35 -CMAKE_PROGRESS_47 = 36 -CMAKE_PROGRESS_48 = 37 -CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = 38 -CMAKE_PROGRESS_51 = 39 -CMAKE_PROGRESS_52 = 40 -CMAKE_PROGRESS_53 = 41 -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = 42 -CMAKE_PROGRESS_56 = 43 -CMAKE_PROGRESS_57 = 44 -CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = 45 -CMAKE_PROGRESS_60 = 46 -CMAKE_PROGRESS_61 = 47 -CMAKE_PROGRESS_62 = 48 -CMAKE_PROGRESS_63 = -CMAKE_PROGRESS_64 = 49 -CMAKE_PROGRESS_65 = 50 -CMAKE_PROGRESS_66 = 51 -CMAKE_PROGRESS_67 = -CMAKE_PROGRESS_68 = 52 -CMAKE_PROGRESS_69 = 53 -CMAKE_PROGRESS_70 = 54 -CMAKE_PROGRESS_71 = 55 -CMAKE_PROGRESS_72 = -CMAKE_PROGRESS_73 = 56 -CMAKE_PROGRESS_74 = 57 -CMAKE_PROGRESS_75 = 58 -CMAKE_PROGRESS_76 = -CMAKE_PROGRESS_77 = 59 -CMAKE_PROGRESS_78 = 60 -CMAKE_PROGRESS_79 = 61 -CMAKE_PROGRESS_80 = 62 -CMAKE_PROGRESS_81 = -CMAKE_PROGRESS_82 = 63 -CMAKE_PROGRESS_83 = 64 -CMAKE_PROGRESS_84 = 65 -CMAKE_PROGRESS_85 = -CMAKE_PROGRESS_86 = 66 -CMAKE_PROGRESS_87 = 67 -CMAKE_PROGRESS_88 = 68 -CMAKE_PROGRESS_89 = -CMAKE_PROGRESS_90 = 69 -CMAKE_PROGRESS_91 = 70 -CMAKE_PROGRESS_92 = 71 -CMAKE_PROGRESS_93 = 72 -CMAKE_PROGRESS_94 = -CMAKE_PROGRESS_95 = 73 -CMAKE_PROGRESS_96 = 74 -CMAKE_PROGRESS_97 = 75 -CMAKE_PROGRESS_98 = -CMAKE_PROGRESS_99 = 76 -CMAKE_PROGRESS_100 = 77 -CMAKE_PROGRESS_101 = 78 -CMAKE_PROGRESS_102 = 79 -CMAKE_PROGRESS_103 = -CMAKE_PROGRESS_104 = 80 -CMAKE_PROGRESS_105 = 81 -CMAKE_PROGRESS_106 = 82 -CMAKE_PROGRESS_107 = -CMAKE_PROGRESS_108 = 83 -CMAKE_PROGRESS_109 = 84 -CMAKE_PROGRESS_110 = 85 -CMAKE_PROGRESS_111 = 86 -CMAKE_PROGRESS_112 = -CMAKE_PROGRESS_113 = 87 -CMAKE_PROGRESS_114 = 88 -CMAKE_PROGRESS_115 = 89 -CMAKE_PROGRESS_116 = -CMAKE_PROGRESS_117 = 90 -CMAKE_PROGRESS_118 = 91 -CMAKE_PROGRESS_119 = 92 -CMAKE_PROGRESS_120 = 93 -CMAKE_PROGRESS_121 = -CMAKE_PROGRESS_122 = 94 -CMAKE_PROGRESS_123 = 95 -CMAKE_PROGRESS_124 = 96 -CMAKE_PROGRESS_125 = -CMAKE_PROGRESS_126 = 97 -CMAKE_PROGRESS_127 = 98 -CMAKE_PROGRESS_128 = 99 -CMAKE_PROGRESS_129 = 100 - diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/C.includecache b/cmake-build-debug/CMakeFiles/tommathShared.dir/C.includecache index d98962b..8e54ca9 100644 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/C.includecache +++ b/cmake-build-debug/CMakeFiles/tommathShared.dir/C.includecache @@ -6,545 +6,3 @@ #IncludeRegexTransform: -..//tommath.h -stdio.h -- -stdlib.h -- -stdint.h -- -limits.h -- -tommath_class.h -- - -..//tommath_class.h -tommath_superclass.h -- -tommath_class.h -- - -..//tommath_private.h -tommath.h -- -ctype.h -- - -..//tommath_superclass.h - -/home/wolverindev/cgit/libtommath/bn_error.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_2expt.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_abs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_add.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_add_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_addmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_and.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clamp.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clear.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -tommath_private.h -- -stdarg.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_copy.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_2.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_3.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exch.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_export.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_fread.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_gcd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_grow.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_import.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -tommath_private.h -- -stdarg.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_set.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_invmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_is_square.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_lcm.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_lshd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_n_root.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_neg.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_or.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_rand.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_rshd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_shrink.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sub.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_submod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toradix.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_xor.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_zero.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_prime_tab.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_reverse.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_add.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bncore.c -tommath_private.h -- - diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/tommathShared.dir/DependInfo.cmake index d7c4e29..4aa1ea2 100644 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/tommathShared.dir/DependInfo.cmake @@ -4,141 +4,147 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_C - "/home/wolverindev/cgit/libtommath/bn_error.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_error.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_2expt.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_abs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_abs.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_add.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_add.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_add_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_addmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_and.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_and.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clamp.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clear.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_clear.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_copy.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_copy.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_count_bits.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_2.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_3.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exch.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_exch.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_export.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_export.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_expt_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exptmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_fread.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_fread.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_fwrite.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_gcd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_grow.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_grow.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_import.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_import.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_copy.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_multi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_set.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_invmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_is_square.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_jacobi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_lcm.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_lshd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_2.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mulmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_n_root.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_neg.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_neg.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_or.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_or.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_radix_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_rand.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_rand.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_radix.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_rshd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_shrink.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrt.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sub.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sub.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sub_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_submod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_submod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toradix.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_xor.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_xor.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_zero.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_zero.c.o" - "/home/wolverindev/cgit/libtommath/bn_prime_tab.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_prime_tab.c.o" - "/home/wolverindev/cgit/libtommath/bn_reverse.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_reverse.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_add.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_sub.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o" - "/home/wolverindev/cgit/libtommath/bncore.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bncore.c.o" - ) -set(CMAKE_C_COMPILER_ID "GNU") - -# Preprocessor definitions for this target. -set(CMAKE_TARGET_DEFINITIONS_C - "ALL_FUNCTIONS" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_error.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_error.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_invmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_montgomery_reduce.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_digs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_high_digs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_2expt.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_2expt.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_abs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_abs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_add.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_add_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_addmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_addmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_and.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_and.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clamp.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_clamp.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_clear.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear_multi.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_cmp.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_mag.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cnt_lsb.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_complement.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_complement.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_copy.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_copy.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_count_bits.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div_2.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_3.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div_3.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_div_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_is_modulus.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_reduce.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_setup.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exch.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_exch.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_export.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_export.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d_ex.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod_fast.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exteuclid.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fread.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_fread.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fwrite.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_gcd.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_gcd.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_bit.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_get_bit.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_double.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_get_double.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_int.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_get_int.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_get_long.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long_long.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_grow.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_grow.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_import.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_import.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_copy.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_multi.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_set.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set_int.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_size.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_init_size.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_invmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod_slow.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_is_square.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_is_square.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_jacobi.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_mul.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_kronecker.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_kronecker.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lcm.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_lcm.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lshd.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_lshd.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_2d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_calc_normalization.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_reduce.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_setup.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mul.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mulmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_n_root.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root_ex.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_neg.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_neg.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_or.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_or.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_fermat.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_frobenius_underwood.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_frobenius_underwood.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_divisible.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_prime.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_miller_rabin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_next_prime.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_rabin_miller_trials.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_random_ex.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_strong_lucas_selfridge.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_prime_strong_lucas_selfridge.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_size.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_smap.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rand.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_rand.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_radix.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_signed_bin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_unsigned_bin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_l.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup_l.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k_l.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_setup.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rshd.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_rshd.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_double.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set_double.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_int.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set_int.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set_long.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long_long.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_shrink.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_shrink.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_signed_bin_size.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrt.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrtmod_prime.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sub.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_submod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_submod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_and.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_tc_and.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_div_2d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_tc_div_2d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_or.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_tc_or.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_xor.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_tc_xor.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin_n.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin_n.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_mul.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_toradix.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix_n.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_unsigned_bin_size.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_xor.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_xor.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_zero.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_mp_zero.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_prime_tab.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_prime_tab.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_reverse.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_reverse.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_add.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_add.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_exptmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_digs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_high_digs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sub.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bncore.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathShared.dir/bncore.c.obj" ) +set(CMAKE_C_COMPILER_ID "MSVC") # The include file search paths: set(CMAKE_C_TARGET_INCLUDE_PATH diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/build.make b/cmake-build-debug/CMakeFiles/tommathShared.dir/build.make index d94233b..abbb7d1 100644 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/build.make +++ b/cmake-build-debug/CMakeFiles/tommathShared.dir/build.make @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 # Delete rule output on recipe failure. .DELETE_ON_ERROR: @@ -12,9 +12,6 @@ .SUFFIXES: -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - .SUFFIXES: .hpux_make_needs_suffix_list @@ -30,3513 +27,2979 @@ cmake_force: #============================================================================= # Set environment variables for the build. -# The shell in which to execute make rules. -SHELL = /bin/sh +!IF "$(OS)" == "Windows_NT" +NULL= +!ELSE +NULL=nul +!ENDIF +SHELL = cmd.exe # The CMake executable. -CMAKE_COMMAND = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake +CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2019.1\bin\cmake\win\bin\cmake.exe" # The command to remove a file. -RM = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -E remove -f +RM = "C:\Program Files\JetBrains\CLion 2019.1\bin\cmake\win\bin\cmake.exe" -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/wolverindev/cgit/libtommath +CMAKE_SOURCE_DIR = C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/wolverindev/cgit/libtommath/cmake-build-debug +CMAKE_BINARY_DIR = C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug # Include any dependencies generated for this target. -include CMakeFiles/tommathShared.dir/depend.make +include CMakeFiles\tommathShared.dir\depend.make # Include the progress variables for this target. -include CMakeFiles/tommathShared.dir/progress.make +include CMakeFiles\tommathShared.dir\progress.make # Include the compile flags for this target's objects. -include CMakeFiles/tommathShared.dir/flags.make +include CMakeFiles\tommathShared.dir\flags.make -CMakeFiles/tommathShared.dir/bn_error.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_error.c.o: ../bn_error.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/tommathShared.dir/bn_error.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_error.c.o -c /home/wolverindev/cgit/libtommath/bn_error.c +CMakeFiles\tommathShared.dir\bn_error.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_error.c.obj: ..\bn_error.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/tommathShared.dir/bn_error.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_error.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_error.c +<< -CMakeFiles/tommathShared.dir/bn_error.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_error.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_error.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_error.c > CMakeFiles/tommathShared.dir/bn_error.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_error.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_error.c +<< -CMakeFiles/tommathShared.dir/bn_error.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_error.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_error.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_error.c -o CMakeFiles/tommathShared.dir/bn_error.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_error.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_error.c +<< -CMakeFiles/tommathShared.dir/bn_error.c.o.requires: +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj: ..\bn_fast_mp_invmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_invmod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_error.c.o.requires - -CMakeFiles/tommathShared.dir/bn_error.c.o.provides: CMakeFiles/tommathShared.dir/bn_error.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_error.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_error.c.o.provides - -CMakeFiles/tommathShared.dir/bn_error.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_error.c.o - - -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o: ../bn_fast_mp_invmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c - -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c > CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_invmod.c +<< -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -o CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_invmod.c +<< -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\bn_fast_mp_montgomery_reduce.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_montgomery_reduce.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o.requires - -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o.provides: CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o.provides - -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o - - -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o: ../bn_fast_mp_montgomery_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c - -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c > CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_montgomery_reduce.c +<< -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -o CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_montgomery_reduce.c +<< -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o.requires: +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj: ..\bn_fast_s_mp_mul_digs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_digs.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o.requires - -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o.provides: CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o.provides - -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o - - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o: ../bn_fast_s_mp_mul_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c > CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_digs.c +<< -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -o CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_digs.c +<< -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o.requires: +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\bn_fast_s_mp_mul_high_digs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_high_digs.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o.requires - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o.provides: CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o.provides - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o - - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o: ../bn_fast_s_mp_mul_high_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c > CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_high_digs.c +<< -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -o CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_high_digs.c +<< -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o.requires: +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj: ..\bn_fast_s_mp_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_sqr.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o.requires - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o.provides: CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o.provides - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o - - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o: ../bn_fast_s_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c > CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -o CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj: ..\bn_mp_2expt.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/tommathShared.dir/bn_mp_2expt.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_2expt.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o.requires - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o.provides: CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o.provides - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o: ../bn_mp_2expt.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_2expt.c - -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_2expt.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_2expt.c > CMakeFiles/tommathShared.dir/bn_mp_2expt.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_2expt.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_2expt.c +<< -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_2expt.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_2expt.c -o CMakeFiles/tommathShared.dir/bn_mp_2expt.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_2expt.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_2expt.c +<< -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj: ..\bn_mp_abs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/tommathShared.dir/bn_mp_abs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_abs.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_abs.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o: ../bn_mp_abs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/tommathShared.dir/bn_mp_abs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_abs.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_abs.c - -CMakeFiles/tommathShared.dir/bn_mp_abs.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_abs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_abs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_abs.c > CMakeFiles/tommathShared.dir/bn_mp_abs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_abs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_abs.c +<< -CMakeFiles/tommathShared.dir/bn_mp_abs.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_abs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_abs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_abs.c -o CMakeFiles/tommathShared.dir/bn_mp_abs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_abs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_abs.c +<< -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_add.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_add.c.obj: ..\bn_mp_add.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/tommathShared.dir/bn_mp_add.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_add.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_abs.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_abs.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_abs.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_abs.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_abs.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_add.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_add.c.o: ../bn_mp_add.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/tommathShared.dir/bn_mp_add.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_add.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_add.c - -CMakeFiles/tommathShared.dir/bn_mp_add.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_add.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_add.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_add.c > CMakeFiles/tommathShared.dir/bn_mp_add.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_add.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add.c +<< -CMakeFiles/tommathShared.dir/bn_mp_add.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_add.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_add.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_add.c -o CMakeFiles/tommathShared.dir/bn_mp_add.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_add.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add.c +<< -CMakeFiles/tommathShared.dir/bn_mp_add.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj: ..\bn_mp_add_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/tommathShared.dir/bn_mp_add_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add_d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_add.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_add.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_add.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_add.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_add.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_add.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_add.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o: ../bn_mp_add_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_add_d.c - -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_add_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_add_d.c > CMakeFiles/tommathShared.dir/bn_mp_add_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_add_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_add_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_add_d.c -o CMakeFiles/tommathShared.dir/bn_mp_add_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_add_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj: ..\bn_mp_addmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/tommathShared.dir/bn_mp_addmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_addmod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o: ../bn_mp_addmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_addmod.c - -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_addmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_addmod.c > CMakeFiles/tommathShared.dir/bn_mp_addmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_addmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_addmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_addmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_addmod.c -o CMakeFiles/tommathShared.dir/bn_mp_addmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_addmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_addmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_and.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_and.c.obj: ..\bn_mp_and.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/tommathShared.dir/bn_mp_and.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_and.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_and.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_and.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_and.c.o: ../bn_mp_and.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/tommathShared.dir/bn_mp_and.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_and.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_and.c - -CMakeFiles/tommathShared.dir/bn_mp_and.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_and.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_and.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_and.c > CMakeFiles/tommathShared.dir/bn_mp_and.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_and.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_and.c +<< -CMakeFiles/tommathShared.dir/bn_mp_and.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_and.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_and.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_and.c -o CMakeFiles/tommathShared.dir/bn_mp_and.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_and.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_and.c +<< -CMakeFiles/tommathShared.dir/bn_mp_and.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj: ..\bn_mp_clamp.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/tommathShared.dir/bn_mp_clamp.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clamp.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_and.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_and.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_and.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_and.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_and.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_and.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_and.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o: ../bn_mp_clamp.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clamp.c - -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_clamp.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clamp.c > CMakeFiles/tommathShared.dir/bn_mp_clamp.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_clamp.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clamp.c +<< -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_clamp.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clamp.c -o CMakeFiles/tommathShared.dir/bn_mp_clamp.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_clamp.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clamp.c +<< -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj: ..\bn_mp_clear.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/tommathShared.dir/bn_mp_clear.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_clear.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o: ../bn_mp_clear.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/tommathShared.dir/bn_mp_clear.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_clear.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clear.c - -CMakeFiles/tommathShared.dir/bn_mp_clear.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_clear.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_clear.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clear.c > CMakeFiles/tommathShared.dir/bn_mp_clear.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_clear.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear.c +<< -CMakeFiles/tommathShared.dir/bn_mp_clear.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_clear.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_clear.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clear.c -o CMakeFiles/tommathShared.dir/bn_mp_clear.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_clear.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear.c +<< -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj: ..\bn_mp_clear_multi.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear_multi.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_clear.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_clear.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clear.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_clear.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_clear.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o: ../bn_mp_clear_multi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c - -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c > CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear_multi.c +<< -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -o CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear_multi.c +<< -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj: ..\bn_mp_cmp.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/tommathShared.dir/bn_mp_cmp.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o: ../bn_mp_cmp.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp.c - -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_cmp.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp.c > CMakeFiles/tommathShared.dir/bn_mp_cmp.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_cmp.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_cmp.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp.c -o CMakeFiles/tommathShared.dir/bn_mp_cmp.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_cmp.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj: ..\bn_mp_cmp_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o: ../bn_mp_cmp_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c - -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c > CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -o CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj: ..\bn_mp_cmp_mag.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_mag.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o: ../bn_mp_cmp_mag.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c - -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c > CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_mag.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -o CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_mag.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj: ..\bn_mp_cnt_lsb.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cnt_lsb.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o: ../bn_mp_cnt_lsb.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c - -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c > CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cnt_lsb.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -o CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cnt_lsb.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj: ..\bn_mp_complement.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/tommathShared.dir/bn_mp_complement.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_complement.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_complement.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o.requires +CMakeFiles\tommathShared.dir\bn_mp_complement.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_complement.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_complement.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_complement.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o.provides +CMakeFiles\tommathShared.dir\bn_mp_complement.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_complement.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_complement.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_complement.c +<< -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o +CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj: ..\bn_mp_copy.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/tommathShared.dir/bn_mp_copy.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_copy.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_copy.c +<< - -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o: ../bn_mp_copy.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/tommathShared.dir/bn_mp_copy.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_copy.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_copy.c - -CMakeFiles/tommathShared.dir/bn_mp_copy.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_copy.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_copy.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_copy.c > CMakeFiles/tommathShared.dir/bn_mp_copy.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_copy.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_copy.c +<< -CMakeFiles/tommathShared.dir/bn_mp_copy.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_copy.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_copy.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_copy.c -o CMakeFiles/tommathShared.dir/bn_mp_copy.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_copy.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_copy.c +<< -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj: ..\bn_mp_count_bits.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_count_bits.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_copy.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_copy.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_copy.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_copy.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_copy.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o: ../bn_mp_count_bits.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c - -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c > CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_count_bits.c +<< -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -o CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_count_bits.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_count_bits.c +<< -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_div.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_div.c.obj: ..\bn_mp_div.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_div.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_div.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_div.c.o: ../bn_mp_div.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_div.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div.c - -CMakeFiles/tommathShared.dir/bn_mp_div.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_div.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div.c > CMakeFiles/tommathShared.dir/bn_mp_div.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_div.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_div.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div.c -o CMakeFiles/tommathShared.dir/bn_mp_div.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_div.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj: ..\bn_mp_div_2.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div_2.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_div.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_div.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_div.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_div.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o: ../bn_mp_div_2.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_2.c - -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_div_2.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_2.c > CMakeFiles/tommathShared.dir/bn_mp_div_2.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_div_2.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_div_2.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_2.c -o CMakeFiles/tommathShared.dir/bn_mp_div_2.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_div_2.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj: ..\bn_mp_div_2d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o: ../bn_mp_div_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c - -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c > CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -o CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_div_2d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj: ..\bn_mp_div_3.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div_3.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_3.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o: ../bn_mp_div_3.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_3.c - -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_div_3.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_3.c > CMakeFiles/tommathShared.dir/bn_mp_div_3.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_div_3.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_3.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_div_3.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_3.c -o CMakeFiles/tommathShared.dir/bn_mp_div_3.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_div_3.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_3.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj: ..\bn_mp_div_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o: ../bn_mp_div_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_d.c - -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_div_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_d.c > CMakeFiles/tommathShared.dir/bn_mp_div_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_div_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_div_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_d.c -o CMakeFiles/tommathShared.dir/bn_mp_div_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_div_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj: ..\bn_mp_dr_is_modulus.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_is_modulus.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o: ../bn_mp_dr_is_modulus.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c - -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c > CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_is_modulus.c +<< -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -o CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_is_modulus.c +<< -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj: ..\bn_mp_dr_reduce.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_reduce.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o: ../bn_mp_dr_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c - -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c > CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_reduce.c +<< -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -o CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_reduce.c +<< -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj: ..\bn_mp_dr_setup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_setup.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o: ../bn_mp_dr_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c - -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c > CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_setup.c +<< -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -o CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_setup.c +<< -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj: ..\bn_mp_exch.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object CMakeFiles/tommathShared.dir/bn_mp_exch.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_exch.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exch.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o: ../bn_mp_exch.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object CMakeFiles/tommathShared.dir/bn_mp_exch.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_exch.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exch.c - -CMakeFiles/tommathShared.dir/bn_mp_exch.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_exch.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_exch.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exch.c > CMakeFiles/tommathShared.dir/bn_mp_exch.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_exch.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exch.c +<< -CMakeFiles/tommathShared.dir/bn_mp_exch.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_exch.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_exch.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exch.c -o CMakeFiles/tommathShared.dir/bn_mp_exch.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_exch.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exch.c +<< -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_export.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_export.c.obj: ..\bn_mp_export.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object CMakeFiles/tommathShared.dir/bn_mp_export.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_export.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_export.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_exch.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_exch.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exch.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_exch.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_exch.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_export.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_export.c.o: ../bn_mp_export.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object CMakeFiles/tommathShared.dir/bn_mp_export.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_export.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_export.c - -CMakeFiles/tommathShared.dir/bn_mp_export.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_export.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_export.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_export.c > CMakeFiles/tommathShared.dir/bn_mp_export.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_export.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_export.c +<< -CMakeFiles/tommathShared.dir/bn_mp_export.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_export.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_export.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_export.c -o CMakeFiles/tommathShared.dir/bn_mp_export.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_export.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_export.c +<< -CMakeFiles/tommathShared.dir/bn_mp_export.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj: ..\bn_mp_expt_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_export.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_export.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_export.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_export.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_export.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_export.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_export.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o: ../bn_mp_expt_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c - -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c > CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -o CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_expt_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj: ..\bn_mp_expt_d_ex.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d_ex.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o: ../bn_mp_expt_d_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c - -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c > CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d_ex.c +<< -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -o CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d_ex.c +<< -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj: ..\bn_mp_exptmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o: ../bn_mp_exptmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c - -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c > CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -o CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_exptmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj: ..\bn_mp_exptmod_fast.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod_fast.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o: ../bn_mp_exptmod_fast.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c - -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c > CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod_fast.c +<< -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -o CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod_fast.c +<< -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj: ..\bn_mp_exteuclid.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exteuclid.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o: ../bn_mp_exteuclid.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c - -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c > CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exteuclid.c +<< -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -o CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exteuclid.c +<< -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj: ..\bn_mp_fread.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object CMakeFiles/tommathShared.dir/bn_mp_fread.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_fread.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fread.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o: ../bn_mp_fread.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object CMakeFiles/tommathShared.dir/bn_mp_fread.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_fread.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_fread.c - -CMakeFiles/tommathShared.dir/bn_mp_fread.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_fread.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_fread.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_fread.c > CMakeFiles/tommathShared.dir/bn_mp_fread.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_fread.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fread.c +<< -CMakeFiles/tommathShared.dir/bn_mp_fread.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_fread.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_fread.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_fread.c -o CMakeFiles/tommathShared.dir/bn_mp_fread.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_fread.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fread.c +<< -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj: ..\bn_mp_fwrite.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fwrite.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_fread.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_fread.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_fread.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_fread.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_fread.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o: ../bn_mp_fwrite.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c - -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c > CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fwrite.c +<< -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -o CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_fwrite.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fwrite.c +<< -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj: ..\bn_mp_gcd.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object CMakeFiles/tommathShared.dir/bn_mp_gcd.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_gcd.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o: ../bn_mp_gcd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_gcd.c - -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_gcd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_gcd.c > CMakeFiles/tommathShared.dir/bn_mp_gcd.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_gcd.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_gcd.c +<< -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_gcd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_gcd.c -o CMakeFiles/tommathShared.dir/bn_mp_gcd.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_gcd.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_gcd.c +<< -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj: ..\bn_mp_get_bit.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object CMakeFiles/tommathShared.dir/bn_mp_get_bit.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_bit.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o.requires +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_get_bit.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_bit.c +<< -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o.provides +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_get_bit.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_get_bit.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_bit.c +<< -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj: ..\bn_mp_get_double.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object CMakeFiles/tommathShared.dir/bn_mp_get_double.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_double.c +<< +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_get_double.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_get_double.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_double.c +<< -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o: ../bn_mp_get_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_int.c +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_get_double.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_get_double.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_double.c +<< -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj: ..\bn_mp_get_int.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object CMakeFiles/tommathShared.dir/bn_mp_get_int.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_int.c +<< + +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_get_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_int.c > CMakeFiles/tommathShared.dir/bn_mp_get_int.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_get_int.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_int.c +<< -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_get_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_int.c -o CMakeFiles/tommathShared.dir/bn_mp_get_int.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_get_int.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_int.c +<< -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj: ..\bn_mp_get_long.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object CMakeFiles/tommathShared.dir/bn_mp_get_long.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o: ../bn_mp_get_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_long.c - -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_get_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_long.c > CMakeFiles/tommathShared.dir/bn_mp_get_long.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_get_long.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long.c +<< -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_get_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_long.c -o CMakeFiles/tommathShared.dir/bn_mp_get_long.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_get_long.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long.c +<< -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj: ..\bn_mp_get_long_long.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long_long.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o: ../bn_mp_get_long_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c - -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c > CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long_long.c +<< -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -o CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long_long.c +<< -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj: ..\bn_mp_grow.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object CMakeFiles/tommathShared.dir/bn_mp_grow.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_grow.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_grow.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o: ../bn_mp_grow.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object CMakeFiles/tommathShared.dir/bn_mp_grow.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_grow.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_grow.c - -CMakeFiles/tommathShared.dir/bn_mp_grow.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_grow.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_grow.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_grow.c > CMakeFiles/tommathShared.dir/bn_mp_grow.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_grow.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_grow.c +<< -CMakeFiles/tommathShared.dir/bn_mp_grow.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_grow.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_grow.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_grow.c -o CMakeFiles/tommathShared.dir/bn_mp_grow.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_grow.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_grow.c +<< -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_import.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_import.c.obj: ..\bn_mp_import.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object CMakeFiles/tommathShared.dir/bn_mp_import.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_import.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_import.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_grow.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_grow.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_grow.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_grow.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_grow.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_import.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_import.c.o: ../bn_mp_import.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object CMakeFiles/tommathShared.dir/bn_mp_import.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_import.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_import.c - -CMakeFiles/tommathShared.dir/bn_mp_import.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_import.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_import.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_import.c > CMakeFiles/tommathShared.dir/bn_mp_import.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_import.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_import.c +<< -CMakeFiles/tommathShared.dir/bn_mp_import.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_import.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_import.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_import.c -o CMakeFiles/tommathShared.dir/bn_mp_import.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_import.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_import.c +<< -CMakeFiles/tommathShared.dir/bn_mp_import.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_init.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_init.c.obj: ..\bn_mp_init.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_init.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_import.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_import.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_import.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_import.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_import.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_import.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_import.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_init.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_init.c.o: ../bn_mp_init.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_init.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init.c - -CMakeFiles/tommathShared.dir/bn_mp_init.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_init.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init.c > CMakeFiles/tommathShared.dir/bn_mp_init.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_init.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_init.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init.c -o CMakeFiles/tommathShared.dir/bn_mp_init.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_init.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj: ..\bn_mp_init_copy.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_copy.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_init.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_init.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_init.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_init.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o: ../bn_mp_init_copy.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c - -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c > CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_copy.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -o CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_init_copy.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_copy.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj: ..\bn_mp_init_multi.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_multi.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o: ../bn_mp_init_multi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c - -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c > CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_multi.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -o CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_init_multi.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_multi.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj: ..\bn_mp_init_set.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_set.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o: ../bn_mp_init_set.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_set.c - -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_init_set.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_set.c > CMakeFiles/tommathShared.dir/bn_mp_init_set.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_init_set.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_init_set.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_set.c -o CMakeFiles/tommathShared.dir/bn_mp_init_set.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_init_set.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj: ..\bn_mp_init_set_int.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set_int.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o: ../bn_mp_init_set_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c - -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c > CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set_int.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -o CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set_int.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj: ..\bn_mp_init_size.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_size.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_size.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o: ../bn_mp_init_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_size.c - -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_init_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_size.c > CMakeFiles/tommathShared.dir/bn_mp_init_size.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_init_size.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_size.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_init_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_size.c -o CMakeFiles/tommathShared.dir/bn_mp_init_size.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_init_size.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_size.c +<< -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj: ..\bn_mp_invmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object CMakeFiles/tommathShared.dir/bn_mp_invmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o: ../bn_mp_invmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_invmod.c - -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_invmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_invmod.c > CMakeFiles/tommathShared.dir/bn_mp_invmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_invmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_invmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_invmod.c -o CMakeFiles/tommathShared.dir/bn_mp_invmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_invmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj: ..\bn_mp_invmod_slow.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod_slow.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o: ../bn_mp_invmod_slow.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c - -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c > CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod_slow.c +<< -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -o CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod_slow.c +<< -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj: ..\bn_mp_is_square.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object CMakeFiles/tommathShared.dir/bn_mp_is_square.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_is_square.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o: ../bn_mp_is_square.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_is_square.c - -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_is_square.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_is_square.c > CMakeFiles/tommathShared.dir/bn_mp_is_square.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_is_square.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_is_square.c +<< -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_is_square.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_is_square.c -o CMakeFiles/tommathShared.dir/bn_mp_is_square.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_is_square.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_is_square.c +<< -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj: ..\bn_mp_jacobi.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_jacobi.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o: ../bn_mp_jacobi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c - -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c > CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_jacobi.c +<< -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -o CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_jacobi.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_jacobi.c +<< -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj: ..\bn_mp_karatsuba_mul.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_mul.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o: ../bn_mp_karatsuba_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c - -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c > CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_mul.c +<< -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -o CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_mul.c +<< -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj: ..\bn_mp_karatsuba_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_sqr.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o: ../bn_mp_karatsuba_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c - -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c > CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -o CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj: ..\bn_mp_kronecker.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object CMakeFiles/tommathShared.dir/bn_mp_kronecker.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_kronecker.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o.requires +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_kronecker.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_kronecker.c +<< -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o.provides +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_kronecker.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_kronecker.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_kronecker.c +<< -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj: ..\bn_mp_lcm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object CMakeFiles/tommathShared.dir/bn_mp_lcm.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lcm.c +<< - -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o: ../bn_mp_lcm.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_lcm.c - -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_lcm.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_lcm.c > CMakeFiles/tommathShared.dir/bn_mp_lcm.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_lcm.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lcm.c +<< -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_lcm.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_lcm.c -o CMakeFiles/tommathShared.dir/bn_mp_lcm.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_lcm.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lcm.c +<< -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj: ..\bn_mp_lshd.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object CMakeFiles/tommathShared.dir/bn_mp_lshd.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lshd.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o: ../bn_mp_lshd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_lshd.c - -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_lshd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_lshd.c > CMakeFiles/tommathShared.dir/bn_mp_lshd.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_lshd.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lshd.c +<< -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_lshd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_lshd.c -o CMakeFiles/tommathShared.dir/bn_mp_lshd.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_lshd.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lshd.c +<< -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj: ..\bn_mp_mod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_mod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o: ../bn_mp_mod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_mod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod.c - -CMakeFiles/tommathShared.dir/bn_mp_mod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_mod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod.c > CMakeFiles/tommathShared.dir/bn_mp_mod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_mod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_mod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod.c -o CMakeFiles/tommathShared.dir/bn_mp_mod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_mod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj: ..\bn_mp_mod_2d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_2d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mod.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_mod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mod.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_mod.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o: ../bn_mp_mod_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c - -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c > CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_2d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -o CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_2d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj: ..\bn_mp_mod_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o: ../bn_mp_mod_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c - -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c > CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -o CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_mod_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\bn_mp_montgomery_calc_normalization.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_calc_normalization.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o: ../bn_mp_montgomery_calc_normalization.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c > CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_calc_normalization.c +<< -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -o CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_calc_normalization.c +<< -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj: ..\bn_mp_montgomery_reduce.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_reduce.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o: ../bn_mp_montgomery_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c > CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_reduce.c +<< -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -o CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_reduce.c +<< -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj: ..\bn_mp_montgomery_setup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_setup.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o: ../bn_mp_montgomery_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c > CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_setup.c +<< -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -o CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_setup.c +<< -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj: ..\bn_mp_mul.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mul.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_mul.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o: ../bn_mp_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul.c - -CMakeFiles/tommathShared.dir/bn_mp_mul.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mul.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul.c > CMakeFiles/tommathShared.dir/bn_mp_mul.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_mul.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mul.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mul.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul.c -o CMakeFiles/tommathShared.dir/bn_mp_mul.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_mul.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj: ..\bn_mp_mul_2.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mul.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mul.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_mul.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o: ../bn_mp_mul_2.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c - -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c > CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -o CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_mul_2.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj: ..\bn_mp_mul_2d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o: ../bn_mp_mul_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c - -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c > CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -o CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj: ..\bn_mp_mul_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o: ../bn_mp_mul_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c - -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c > CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -o CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_mul_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj: ..\bn_mp_mulmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mulmod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o: ../bn_mp_mulmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c - -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c > CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mulmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -o CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_mulmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mulmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj: ..\bn_mp_n_root.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object CMakeFiles/tommathShared.dir/bn_mp_n_root.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o: ../bn_mp_n_root.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_n_root.c - -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_n_root.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_n_root.c > CMakeFiles/tommathShared.dir/bn_mp_n_root.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_n_root.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root.c +<< -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_n_root.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_n_root.c -o CMakeFiles/tommathShared.dir/bn_mp_n_root.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_n_root.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root.c +<< -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj: ..\bn_mp_n_root_ex.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root_ex.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o: ../bn_mp_n_root_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c - -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c > CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root_ex.c +<< -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -o CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root_ex.c +<< -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj: ..\bn_mp_neg.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object CMakeFiles/tommathShared.dir/bn_mp_neg.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_neg.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_neg.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o: ../bn_mp_neg.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object CMakeFiles/tommathShared.dir/bn_mp_neg.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_neg.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_neg.c - -CMakeFiles/tommathShared.dir/bn_mp_neg.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_neg.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_neg.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_neg.c > CMakeFiles/tommathShared.dir/bn_mp_neg.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_neg.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_neg.c +<< -CMakeFiles/tommathShared.dir/bn_mp_neg.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_neg.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_neg.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_neg.c -o CMakeFiles/tommathShared.dir/bn_mp_neg.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_neg.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_neg.c +<< -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_or.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_or.c.obj: ..\bn_mp_or.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object CMakeFiles/tommathShared.dir/bn_mp_or.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_or.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_or.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_neg.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_neg.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_neg.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_neg.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_neg.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_or.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_or.c.o: ../bn_mp_or.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object CMakeFiles/tommathShared.dir/bn_mp_or.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_or.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_or.c - -CMakeFiles/tommathShared.dir/bn_mp_or.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_or.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_or.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_or.c > CMakeFiles/tommathShared.dir/bn_mp_or.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_or.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_or.c +<< -CMakeFiles/tommathShared.dir/bn_mp_or.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_or.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_or.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_or.c -o CMakeFiles/tommathShared.dir/bn_mp_or.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_or.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_or.c +<< -CMakeFiles/tommathShared.dir/bn_mp_or.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj: ..\bn_mp_prime_fermat.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_fermat.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_or.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_or.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_or.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_or.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_or.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_or.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_or.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o: ../bn_mp_prime_fermat.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c > CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_fermat.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -o CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_fermat.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\bn_mp_prime_frobenius_underwood.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_frobenius_underwood.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_frobenius_underwood.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o.requires +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_frobenius_underwood.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_frobenius_underwood.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o.provides +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_frobenius_underwood.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_frobenius_underwood.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj: ..\bn_mp_prime_is_divisible.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_divisible.c +<< - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o: ../bn_mp_prime_is_divisible.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c > CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_divisible.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -o CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_divisible.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj: ..\bn_mp_prime_is_prime.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_prime.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o: ../bn_mp_prime_is_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c > CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_prime.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -o CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_prime.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj: ..\bn_mp_prime_miller_rabin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_miller_rabin.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o: ../bn_mp_prime_miller_rabin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c > CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_miller_rabin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -o CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_miller_rabin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj: ..\bn_mp_prime_next_prime.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_next_prime.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o: ../bn_mp_prime_next_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c > CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_next_prime.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -o CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_next_prime.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\bn_mp_prime_rabin_miller_trials.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_rabin_miller_trials.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o: ../bn_mp_prime_rabin_miller_trials.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c > CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_rabin_miller_trials.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -o CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_rabin_miller_trials.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj: ..\bn_mp_prime_random_ex.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_random_ex.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o: ../bn_mp_prime_random_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c > CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_random_ex.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -o CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_random_ex.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\bn_mp_prime_strong_lucas_selfridge.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object CMakeFiles/tommathShared.dir/bn_mp_prime_strong_lucas_selfridge.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_strong_lucas_selfridge.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o.requires +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_prime_strong_lucas_selfridge.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_strong_lucas_selfridge.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o.provides +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_prime_strong_lucas_selfridge.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_strong_lucas_selfridge.c +<< -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj: ..\bn_mp_radix_size.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_size.c +<< - -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o: ../bn_mp_radix_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c - -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c > CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_size.c +<< -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -o CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_radix_size.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_size.c +<< -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj: ..\bn_mp_radix_smap.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_smap.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o: ../bn_mp_radix_smap.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c - -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c > CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_smap.c +<< -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -o CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_smap.c +<< -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj: ..\bn_mp_rand.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object CMakeFiles/tommathShared.dir/bn_mp_rand.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_rand.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rand.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o: ../bn_mp_rand.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object CMakeFiles/tommathShared.dir/bn_mp_rand.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_rand.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_rand.c - -CMakeFiles/tommathShared.dir/bn_mp_rand.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_rand.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_rand.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_rand.c > CMakeFiles/tommathShared.dir/bn_mp_rand.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_rand.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rand.c +<< -CMakeFiles/tommathShared.dir/bn_mp_rand.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_rand.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_rand.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_rand.c -o CMakeFiles/tommathShared.dir/bn_mp_rand.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_rand.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rand.c +<< -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj: ..\bn_mp_read_radix.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_radix.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_rand.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_rand.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_rand.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_rand.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_rand.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o: ../bn_mp_read_radix.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c - -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c > CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_radix.c +<< -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -o CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_read_radix.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_radix.c +<< -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj: ..\bn_mp_read_signed_bin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_signed_bin.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o: ../bn_mp_read_signed_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c - -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c > CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_signed_bin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -o CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_signed_bin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj: ..\bn_mp_read_unsigned_bin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_unsigned_bin.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o: ../bn_mp_read_unsigned_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c - -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c > CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_unsigned_bin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -o CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_unsigned_bin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj: ..\bn_mp_reduce.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o: ../bn_mp_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce.c > CMakeFiles/tommathShared.dir/bn_mp_reduce.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_reduce.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce.c -o CMakeFiles/tommathShared.dir/bn_mp_reduce.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_reduce.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj: ..\bn_mp_reduce_2k.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o: ../bn_mp_reduce_2k.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c > CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj: ..\bn_mp_reduce_2k_l.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_l.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o: ../bn_mp_reduce_2k_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c > CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_l.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_l.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj: ..\bn_mp_reduce_2k_setup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o: ../bn_mp_reduce_2k_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c > CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\bn_mp_reduce_2k_setup_l.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup_l.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o: ../bn_mp_reduce_2k_setup_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c > CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup_l.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup_l.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj: ..\bn_mp_reduce_is_2k.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o: ../bn_mp_reduce_is_2k.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c > CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -o CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj: ..\bn_mp_reduce_is_2k_l.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k_l.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o: ../bn_mp_reduce_is_2k_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c > CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k_l.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -o CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k_l.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj: ..\bn_mp_reduce_setup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_setup.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o: ../bn_mp_reduce_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c > CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_setup.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -o CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_setup.c +<< -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj: ..\bn_mp_rshd.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object CMakeFiles/tommathShared.dir/bn_mp_rshd.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rshd.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o: ../bn_mp_rshd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_rshd.c - -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_rshd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_rshd.c > CMakeFiles/tommathShared.dir/bn_mp_rshd.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_rshd.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rshd.c +<< -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_rshd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_rshd.c -o CMakeFiles/tommathShared.dir/bn_mp_rshd.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_rshd.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rshd.c +<< -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_set.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_set.c.obj: ..\bn_mp_set.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_set.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_set.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_set.c.o: ../bn_mp_set.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_set.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set.c - -CMakeFiles/tommathShared.dir/bn_mp_set.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_set.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_set.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set.c > CMakeFiles/tommathShared.dir/bn_mp_set.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_set.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_set.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_set.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set.c -o CMakeFiles/tommathShared.dir/bn_mp_set.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_set.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj: ..\bn_mp_set_double.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set_double.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_double.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_set.c.o.requires +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_set_double.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_set_double.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_double.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_set.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_set.c.o.provides +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_set_double.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_set_double.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_double.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_set.c.o +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj: ..\bn_mp_set_int.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set_int.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_int.c +<< - -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o: ../bn_mp_set_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_int.c - -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_set_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_int.c > CMakeFiles/tommathShared.dir/bn_mp_set_int.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_set_int.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_int.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_set_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_int.c -o CMakeFiles/tommathShared.dir/bn_mp_set_int.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_set_int.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_int.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj: ..\bn_mp_set_long.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set_long.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o: ../bn_mp_set_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_long.c - -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_set_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_long.c > CMakeFiles/tommathShared.dir/bn_mp_set_long.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_set_long.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_set_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_long.c -o CMakeFiles/tommathShared.dir/bn_mp_set_long.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_set_long.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj: ..\bn_mp_set_long_long.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long_long.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o: ../bn_mp_set_long_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c - -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c > CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long_long.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -o CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long_long.c +<< -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj: ..\bn_mp_shrink.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object CMakeFiles/tommathShared.dir/bn_mp_shrink.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_shrink.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o: ../bn_mp_shrink.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_shrink.c - -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_shrink.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_shrink.c > CMakeFiles/tommathShared.dir/bn_mp_shrink.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_shrink.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_shrink.c +<< -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_shrink.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_shrink.c -o CMakeFiles/tommathShared.dir/bn_mp_shrink.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_shrink.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_shrink.c +<< -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj: ..\bn_mp_signed_bin_size.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_signed_bin_size.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o: ../bn_mp_signed_bin_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c - -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c > CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_signed_bin_size.c +<< -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -o CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_signed_bin_size.c +<< -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj: ..\bn_mp_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqr.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o: ../bn_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqr.c - -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqr.c > CMakeFiles/tommathShared.dir/bn_mp_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqr.c -o CMakeFiles/tommathShared.dir/bn_mp_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj: ..\bn_mp_sqrmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrmod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o: ../bn_mp_sqrmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c - -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c > CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -o CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrmod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj: ..\bn_mp_sqrt.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrt.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o: ../bn_mp_sqrt.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c - -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c > CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrt.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -o CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_sqrt.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrt.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj: ..\bn_mp_sqrtmod_prime.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrtmod_prime.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o: ../bn_mp_sqrtmod_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c - -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c > CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrtmod_prime.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -o CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrtmod_prime.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj: ..\bn_mp_sub.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sub.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_sub.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o: ../bn_mp_sub.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sub.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_sub.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sub.c - -CMakeFiles/tommathShared.dir/bn_mp_sub.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sub.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_sub.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sub.c > CMakeFiles/tommathShared.dir/bn_mp_sub.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_sub.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sub.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sub.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_sub.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sub.c -o CMakeFiles/tommathShared.dir/bn_mp_sub.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_sub.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj: ..\bn_mp_sub_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub_d.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sub.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_sub.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sub.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sub.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_sub.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o: ../bn_mp_sub_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c - -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c > CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -o CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_sub_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub_d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj: ..\bn_mp_submod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object CMakeFiles/tommathShared.dir/bn_mp_submod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_submod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_submod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o: ../bn_mp_submod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object CMakeFiles/tommathShared.dir/bn_mp_submod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_submod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_submod.c - -CMakeFiles/tommathShared.dir/bn_mp_submod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_submod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_submod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_submod.c > CMakeFiles/tommathShared.dir/bn_mp_submod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_submod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_submod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_submod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_submod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_submod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_submod.c -o CMakeFiles/tommathShared.dir/bn_mp_submod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_submod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_submod.c +<< -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj: ..\bn_mp_tc_and.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object CMakeFiles/tommathShared.dir/bn_mp_tc_and.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_and.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_submod.c.o.requires +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_tc_and.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_and.c +<< -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_submod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_submod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_submod.c.o.provides +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_tc_and.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_tc_and.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_and.c +<< -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_submod.c.o +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj: ..\bn_mp_tc_div_2d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object CMakeFiles/tommathShared.dir/bn_mp_tc_div_2d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_div_2d.c +<< +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_tc_div_2d.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_div_2d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o: ../bn_mp_to_signed_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_tc_div_2d.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_div_2d.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj: ..\bn_mp_tc_or.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object CMakeFiles/tommathShared.dir/bn_mp_tc_or.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_or.c +<< + +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_tc_or.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_or.c +<< + +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_tc_or.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_tc_or.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_or.c +<< + +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj: ..\bn_mp_tc_xor.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object CMakeFiles/tommathShared.dir/bn_mp_tc_xor.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_xor.c +<< + +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_tc_xor.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_xor.c +<< + +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_tc_xor.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_xor.c +<< + +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj: ..\bn_mp_to_signed_bin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin.c +<< + +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c > CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -o CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj: ..\bn_mp_to_signed_bin_n.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin_n.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o: ../bn_mp_to_signed_bin_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c - -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c > CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin_n.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -o CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin_n.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj: ..\bn_mp_to_unsigned_bin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o: ../bn_mp_to_unsigned_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c > CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -o CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\bn_mp_to_unsigned_bin_n.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin_n.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o: ../bn_mp_to_unsigned_bin_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c > CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin_n.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -o CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin_n.c +<< -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj: ..\bn_mp_toom_mul.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_mul.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o: ../bn_mp_toom_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c - -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c > CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_mul.c +<< -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -o CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_mul.c +<< -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj: ..\bn_mp_toom_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_sqr.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o: ../bn_mp_toom_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c - -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c > CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -o CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj: ..\bn_mp_toradix.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object CMakeFiles/tommathShared.dir/bn_mp_toradix.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o: ../bn_mp_toradix.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toradix.c - -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_toradix.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toradix.c > CMakeFiles/tommathShared.dir/bn_mp_toradix.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_toradix.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix.c +<< -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_toradix.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toradix.c -o CMakeFiles/tommathShared.dir/bn_mp_toradix.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_toradix.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix.c +<< -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj: ..\bn_mp_toradix_n.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix_n.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o: ../bn_mp_toradix_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c - -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c > CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix_n.c +<< -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -o CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix_n.c +<< -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj: ..\bn_mp_unsigned_bin_size.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_unsigned_bin_size.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o: ../bn_mp_unsigned_bin_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c - -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c > CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_unsigned_bin_size.c +<< -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -o CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_unsigned_bin_size.c +<< -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj: ..\bn_mp_xor.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object CMakeFiles/tommathShared.dir/bn_mp_xor.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_xor.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_xor.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o: ../bn_mp_xor.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object CMakeFiles/tommathShared.dir/bn_mp_xor.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_xor.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_xor.c - -CMakeFiles/tommathShared.dir/bn_mp_xor.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_xor.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_xor.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_xor.c > CMakeFiles/tommathShared.dir/bn_mp_xor.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_xor.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_xor.c +<< -CMakeFiles/tommathShared.dir/bn_mp_xor.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_xor.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_xor.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_xor.c -o CMakeFiles/tommathShared.dir/bn_mp_xor.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_xor.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_xor.c +<< -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o.requires: +CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj: ..\bn_mp_zero.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object CMakeFiles/tommathShared.dir/bn_mp_zero.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_mp_zero.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_zero.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_xor.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_xor.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_xor.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_xor.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_xor.c.o - - -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o: ../bn_mp_zero.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object CMakeFiles/tommathShared.dir/bn_mp_zero.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_mp_zero.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_zero.c - -CMakeFiles/tommathShared.dir/bn_mp_zero.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_zero.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_mp_zero.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_zero.c > CMakeFiles/tommathShared.dir/bn_mp_zero.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_mp_zero.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_zero.c +<< -CMakeFiles/tommathShared.dir/bn_mp_zero.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_mp_zero.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_mp_zero.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_zero.c -o CMakeFiles/tommathShared.dir/bn_mp_zero.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_mp_zero.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_zero.c +<< -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o.requires: +CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj: ..\bn_prime_tab.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object CMakeFiles/tommathShared.dir/bn_prime_tab.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_prime_tab.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_prime_tab.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_zero.c.o.requires - -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o.provides: CMakeFiles/tommathShared.dir/bn_mp_zero.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_mp_zero.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_mp_zero.c.o.provides - -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_mp_zero.c.o - - -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o: ../bn_prime_tab.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object CMakeFiles/tommathShared.dir/bn_prime_tab.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_prime_tab.c.o -c /home/wolverindev/cgit/libtommath/bn_prime_tab.c - -CMakeFiles/tommathShared.dir/bn_prime_tab.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_prime_tab.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_prime_tab.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_prime_tab.c > CMakeFiles/tommathShared.dir/bn_prime_tab.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_prime_tab.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_prime_tab.c +<< -CMakeFiles/tommathShared.dir/bn_prime_tab.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_prime_tab.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_prime_tab.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_prime_tab.c -o CMakeFiles/tommathShared.dir/bn_prime_tab.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_prime_tab.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_prime_tab.c +<< -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o.requires: +CMakeFiles\tommathShared.dir\bn_reverse.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_reverse.c.obj: ..\bn_reverse.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object CMakeFiles/tommathShared.dir/bn_reverse.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_reverse.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_reverse.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_prime_tab.c.o.requires - -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o.provides: CMakeFiles/tommathShared.dir/bn_prime_tab.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_prime_tab.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_prime_tab.c.o.provides - -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_prime_tab.c.o - - -CMakeFiles/tommathShared.dir/bn_reverse.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_reverse.c.o: ../bn_reverse.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object CMakeFiles/tommathShared.dir/bn_reverse.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_reverse.c.o -c /home/wolverindev/cgit/libtommath/bn_reverse.c - -CMakeFiles/tommathShared.dir/bn_reverse.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_reverse.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_reverse.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_reverse.c > CMakeFiles/tommathShared.dir/bn_reverse.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_reverse.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_reverse.c +<< -CMakeFiles/tommathShared.dir/bn_reverse.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_reverse.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_reverse.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_reverse.c -o CMakeFiles/tommathShared.dir/bn_reverse.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_reverse.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_reverse.c +<< -CMakeFiles/tommathShared.dir/bn_reverse.c.o.requires: +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj: ..\bn_s_mp_add.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_add.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_add.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_reverse.c.o.requires - -CMakeFiles/tommathShared.dir/bn_reverse.c.o.provides: CMakeFiles/tommathShared.dir/bn_reverse.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_reverse.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_reverse.c.o.provides - -CMakeFiles/tommathShared.dir/bn_reverse.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_reverse.c.o - - -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o: ../bn_s_mp_add.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_add.c - -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_s_mp_add.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_add.c > CMakeFiles/tommathShared.dir/bn_s_mp_add.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_s_mp_add.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_add.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_s_mp_add.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_add.c -o CMakeFiles/tommathShared.dir/bn_s_mp_add.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_s_mp_add.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_add.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o.requires: +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj: ..\bn_s_mp_exptmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_exptmod.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o.requires - -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o.provides: CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o.provides - -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o - - -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o: ../bn_s_mp_exptmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c - -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c > CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_exptmod.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -o CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_exptmod.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o.requires: +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj: ..\bn_s_mp_mul_digs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_digs.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o.requires - -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o.provides: CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o.provides - -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o - - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o: ../bn_s_mp_mul_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c > CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_digs.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -o CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_digs.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o.requires: +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj: ..\bn_s_mp_mul_high_digs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_high_digs.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o.requires - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o.provides: CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o.provides - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o - - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o: ../bn_s_mp_mul_high_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c > CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_high_digs.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -o CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_high_digs.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o.requires: +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj: ..\bn_s_mp_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sqr.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o.requires - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o.provides: CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o.provides - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o - - -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o: ../bn_s_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c - -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c > CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -o CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sqr.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o.requires: +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj: ..\bn_s_mp_sub.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sub.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o.requires - -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o.provides: CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o.provides - -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o - - -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o: ../bn_s_mp_sub.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c - -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.i: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c > CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sub.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.s: cmake_force +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -o CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bn_s_mp_sub.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sub.c +<< -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o.requires: +CMakeFiles\tommathShared.dir\bncore.c.obj: CMakeFiles\tommathShared.dir\flags.make +CMakeFiles\tommathShared.dir\bncore.c.obj: ..\bncore.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object CMakeFiles/tommathShared.dir/bncore.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathShared.dir\bncore.c.obj /FdCMakeFiles\tommathShared.dir\ /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bncore.c +<< -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o.requires - -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o.provides: CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o.provides - -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o.provides.build: CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o - - -CMakeFiles/tommathShared.dir/bncore.c.o: CMakeFiles/tommathShared.dir/flags.make -CMakeFiles/tommathShared.dir/bncore.c.o: ../bncore.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object CMakeFiles/tommathShared.dir/bncore.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathShared.dir/bncore.c.o -c /home/wolverindev/cgit/libtommath/bncore.c - -CMakeFiles/tommathShared.dir/bncore.c.i: cmake_force +CMakeFiles\tommathShared.dir\bncore.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathShared.dir/bncore.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bncore.c > CMakeFiles/tommathShared.dir/bncore.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathShared.dir\bncore.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bncore.c +<< -CMakeFiles/tommathShared.dir/bncore.c.s: cmake_force +CMakeFiles\tommathShared.dir\bncore.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathShared.dir/bncore.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bncore.c -o CMakeFiles/tommathShared.dir/bncore.c.s - -CMakeFiles/tommathShared.dir/bncore.c.o.requires: - -.PHONY : CMakeFiles/tommathShared.dir/bncore.c.o.requires - -CMakeFiles/tommathShared.dir/bncore.c.o.provides: CMakeFiles/tommathShared.dir/bncore.c.o.requires - $(MAKE) -f CMakeFiles/tommathShared.dir/build.make CMakeFiles/tommathShared.dir/bncore.c.o.provides.build -.PHONY : CMakeFiles/tommathShared.dir/bncore.c.o.provides - -CMakeFiles/tommathShared.dir/bncore.c.o.provides.build: CMakeFiles/tommathShared.dir/bncore.c.o - + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathShared.dir\bncore.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bncore.c +<< # Object files for target tommathShared tommathShared_OBJECTS = \ -"CMakeFiles/tommathShared.dir/bn_error.c.o" \ -"CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o" \ -"CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o" \ -"CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o" \ -"CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_abs.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_add.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_and.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_clear.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_copy.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_div.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_exch.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_export.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_fread.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_grow.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_import.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_init.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_mod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_mul.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_neg.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_or.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_rand.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_set.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_sub.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_submod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_xor.c.o" \ -"CMakeFiles/tommathShared.dir/bn_mp_zero.c.o" \ -"CMakeFiles/tommathShared.dir/bn_prime_tab.c.o" \ -"CMakeFiles/tommathShared.dir/bn_reverse.c.o" \ -"CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o" \ -"CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o" \ -"CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o" \ -"CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o" \ -"CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o" \ -"CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o" \ -"CMakeFiles/tommathShared.dir/bncore.c.o" +"CMakeFiles\tommathShared.dir\bn_error.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_add.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_and.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_div.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_export.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_import.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_init.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_or.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_set.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_reverse.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj" \ +"CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj" \ +"CMakeFiles\tommathShared.dir\bncore.c.obj" # External object files for target tommathShared tommathShared_EXTERNAL_OBJECTS = -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_error.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_abs.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_add.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_and.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_clear.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_copy.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_div.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_exch.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_export.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_fread.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_grow.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_import.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_init.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_mod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_mul.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_neg.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_or.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_rand.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_set.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_sub.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_submod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_xor.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_mp_zero.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_prime_tab.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_reverse.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/bncore.c.o -libtommathShared.so: CMakeFiles/tommathShared.dir/build.make -libtommathShared.so: CMakeFiles/tommathShared.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Linking C shared library libtommathShared.so" - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tommathShared.dir/link.txt --verbose=$(VERBOSE) +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_error.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_add.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_and.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_div.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_export.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_import.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_init.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_or.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_set.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_reverse.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\bncore.c.obj +tommathShared.dll: CMakeFiles\tommathShared.dir\build.make +tommathShared.dll: CMakeFiles\tommathShared.dir\objects1.rsp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Linking C shared library tommathShared.dll" + "C:\Program Files\JetBrains\CLion 2019.1\bin\cmake\win\bin\cmake.exe" -E vs_link_dll --intdir=CMakeFiles\tommathShared.dir --manifests -- C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\link.exe /nologo @CMakeFiles\tommathShared.dir\objects1.rsp @<< + /out:tommathShared.dll /implib:tommathShared.lib /pdb:C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\tommathShared.pdb /dll /version:0.0 /machine:x64 /debug /INCREMENTAL kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib +<< # Rule to build all files generated by this target. -CMakeFiles/tommathShared.dir/build: libtommathShared.so +CMakeFiles\tommathShared.dir\build: tommathShared.dll -.PHONY : CMakeFiles/tommathShared.dir/build +.PHONY : CMakeFiles\tommathShared.dir\build -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_error.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_abs.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_add.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_and.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_clear.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_copy.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_div.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_exch.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_export.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_fread.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_grow.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_import.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_init.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_mod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_mul.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_neg.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_or.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_rand.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_set.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_sub.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_submod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_xor.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_mp_zero.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_prime_tab.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_reverse.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o.requires -CMakeFiles/tommathShared.dir/requires: CMakeFiles/tommathShared.dir/bncore.c.o.requires +CMakeFiles\tommathShared.dir\clean: + $(CMAKE_COMMAND) -P CMakeFiles\tommathShared.dir\cmake_clean.cmake +.PHONY : CMakeFiles\tommathShared.dir\clean -.PHONY : CMakeFiles/tommathShared.dir/requires - -CMakeFiles/tommathShared.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/tommathShared.dir/cmake_clean.cmake -.PHONY : CMakeFiles/tommathShared.dir/clean - -CMakeFiles/tommathShared.dir/depend: - cd /home/wolverindev/cgit/libtommath/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/wolverindev/cgit/libtommath /home/wolverindev/cgit/libtommath /home/wolverindev/cgit/libtommath/cmake-build-debug /home/wolverindev/cgit/libtommath/cmake-build-debug /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathShared.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/tommathShared.dir/depend +CMakeFiles\tommathShared.dir\depend: + $(CMAKE_COMMAND) -E cmake_depends "NMake Makefiles" C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles\tommathShared.dir\DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles\tommathShared.dir\depend diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/tommathShared.dir/cmake_clean.cmake index f8b854a..cf39b54 100644 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/cmake_clean.cmake +++ b/cmake-build-debug/CMakeFiles/tommathShared.dir/cmake_clean.cmake @@ -1,134 +1,147 @@ file(REMOVE_RECURSE - "CMakeFiles/tommathShared.dir/bn_error.c.o" - "CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o" - "CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o" - "CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o" - "CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o" - "CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_abs.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_add.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_and.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_clear.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_copy.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_div.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_exch.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_export.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_fread.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_grow.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_import.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_init.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_mod.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_mul.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_neg.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_or.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_rand.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_set.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_sub.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_submod.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_xor.c.o" - "CMakeFiles/tommathShared.dir/bn_mp_zero.c.o" - "CMakeFiles/tommathShared.dir/bn_prime_tab.c.o" - "CMakeFiles/tommathShared.dir/bn_reverse.c.o" - "CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o" - "CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o" - "CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o" - "CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o" - "CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o" - "CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o" - "CMakeFiles/tommathShared.dir/bncore.c.o" - "libtommathShared.pdb" - "libtommathShared.so" + "CMakeFiles/tommathShared.dir/bn_error.c.obj" + "CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.obj" + "CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.obj" + "CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.obj" + "CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.obj" + "CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_2expt.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_abs.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_add.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_add_d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_addmod.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_and.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_clamp.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_clear.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_cmp.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_complement.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_copy.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_div.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_div_2.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_div_3.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_div_d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_exch.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_export.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_fread.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_gcd.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_get_bit.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_get_double.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_get_int.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_get_long.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_grow.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_import.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_init.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_init_set.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_init_size.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_invmod.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_is_square.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_kronecker.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_lcm.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_lshd.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_mod.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_mul.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_n_root.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_neg.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_or.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_frobenius_underwood.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_prime_strong_lucas_selfridge.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_rand.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_reduce.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_rshd.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_set.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_set_double.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_set_int.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_set_long.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_shrink.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_sqr.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_sub.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_submod.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_tc_and.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_tc_div_2d.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_tc_or.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_tc_xor.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_toradix.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_xor.c.obj" + "CMakeFiles/tommathShared.dir/bn_mp_zero.c.obj" + "CMakeFiles/tommathShared.dir/bn_prime_tab.c.obj" + "CMakeFiles/tommathShared.dir/bn_reverse.c.obj" + "CMakeFiles/tommathShared.dir/bn_s_mp_add.c.obj" + "CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.obj" + "CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.obj" + "CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.obj" + "CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.obj" + "CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.obj" + "CMakeFiles/tommathShared.dir/bncore.c.obj" + "tommathShared.pdb" + "tommathShared.dll" + "tommathShared.lib" + "tommathShared.dll.manifest" ) # Per-language clean rules from dependency scanning. diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/depend.internal b/cmake-build-debug/CMakeFiles/tommathShared.dir/depend.internal index 13907c0..7f75fc0 100644 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/depend.internal +++ b/cmake-build-debug/CMakeFiles/tommathShared.dir/depend.internal @@ -1,771 +1,837 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 -CMakeFiles/tommathShared.dir/bn_error.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_error.c -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_2expt.c -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_abs.c -CMakeFiles/tommathShared.dir/bn_mp_add.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_add.c -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_add_d.c -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_addmod.c -CMakeFiles/tommathShared.dir/bn_mp_and.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_and.c -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clamp.c -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clear.c -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp.c -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_copy.c -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -CMakeFiles/tommathShared.dir/bn_mp_div.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div.c -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_2.c -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_3.c -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_d.c -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exch.c -CMakeFiles/tommathShared.dir/bn_mp_export.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_export.c -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_fread.c -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_gcd.c -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_int.c -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_long.c -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_grow.c -CMakeFiles/tommathShared.dir/bn_mp_import.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_import.c -CMakeFiles/tommathShared.dir/bn_mp_init.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init.c -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_set.c -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_size.c -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_invmod.c -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_is_square.c -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_lcm.c -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_lshd.c -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod.c -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul.c -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_n_root.c -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_neg.c -CMakeFiles/tommathShared.dir/bn_mp_or.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_or.c -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_rand.c -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce.c -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_rshd.c -CMakeFiles/tommathShared.dir/bn_mp_set.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set.c -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_int.c -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_long.c -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_shrink.c -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqr.c -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sub.c -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_submod.c -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toradix.c -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_xor.c -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_zero.c -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_prime_tab.c -CMakeFiles/tommathShared.dir/bn_reverse.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_reverse.c -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_add.c -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -CMakeFiles/tommathShared.dir/bncore.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bncore.c +CMakeFiles/tommathShared.dir/bn_error.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_error.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_invmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_montgomery_reduce.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_digs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_high_digs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_2expt.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_2expt.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_abs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_abs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_add.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_add_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_addmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_addmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_and.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_and.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_clamp.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clamp.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_clear.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear_multi.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_cmp.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_mag.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cnt_lsb.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_complement.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_complement.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_copy.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_copy.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_count_bits.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_div.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_div_2.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_div_3.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_3.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_div_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_is_modulus.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_reduce.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_setup.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_exch.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exch.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_export.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_export.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d_ex.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod_fast.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exteuclid.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_fread.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fread.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fwrite.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_gcd.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_gcd.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_get_bit.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_bit.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_get_double.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_double.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_get_int.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_int.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_get_long.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long_long.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_grow.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_grow.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_import.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_import.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_init.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_copy.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_multi.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_init_set.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set_int.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_init_size.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_size.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_invmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod_slow.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_is_square.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_is_square.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_jacobi.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_mul.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_kronecker.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_kronecker.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_lcm.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lcm.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_lshd.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lshd.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_mod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_2d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_calc_normalization.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_reduce.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_setup.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_mul.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mulmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_n_root.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root_ex.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_neg.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_neg.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_or.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_or.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_fermat.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_frobenius_underwood.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_frobenius_underwood.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_divisible.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_prime.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_miller_rabin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_next_prime.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_rabin_miller_trials.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_random_ex.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_prime_strong_lucas_selfridge.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_strong_lucas_selfridge.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_size.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_smap.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_rand.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rand.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_radix.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_signed_bin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_unsigned_bin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_reduce.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_l.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup_l.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k_l.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_setup.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_rshd.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rshd.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_set.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_set_double.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_double.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_set_int.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_int.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_set_long.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long_long.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_shrink.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_shrink.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_signed_bin_size.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrt.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrtmod_prime.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_sub.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_submod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_submod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_tc_and.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_and.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_tc_div_2d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_div_2d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_tc_or.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_or.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_tc_xor.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_xor.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin_n.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin_n.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_mul.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_toradix.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix_n.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_unsigned_bin_size.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_xor.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_xor.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_mp_zero.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_zero.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_prime_tab.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_prime_tab.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_reverse.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_reverse.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_s_mp_add.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_add.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_exptmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_digs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_high_digs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sub.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathShared.dir/bncore.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bncore.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/depend.make b/cmake-build-debug/CMakeFiles/tommathShared.dir/depend.make index 7e83e40..cbd9a3f 100644 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/depend.make +++ b/cmake-build-debug/CMakeFiles/tommathShared.dir/depend.make @@ -1,771 +1,837 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 - -CMakeFiles/tommathShared.dir/bn_error.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_error.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_error.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_error.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_error.c.o: ../bn_error.c - -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o: ../bn_fast_mp_invmod.c - -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o: ../bn_fast_mp_montgomery_reduce.c - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o: ../bn_fast_s_mp_mul_digs.c - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o: ../bn_fast_s_mp_mul_high_digs.c - -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o: ../bn_fast_s_mp_sqr.c - -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o: ../bn_mp_2expt.c - -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_abs.c.o: ../bn_mp_abs.c - -CMakeFiles/tommathShared.dir/bn_mp_add.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_add.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_add.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_add.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_add.c.o: ../bn_mp_add.c - -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o: ../bn_mp_add_d.c - -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o: ../bn_mp_addmod.c - -CMakeFiles/tommathShared.dir/bn_mp_and.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_and.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_and.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_and.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_and.c.o: ../bn_mp_and.c - -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o: ../bn_mp_clamp.c - -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_clear.c.o: ../bn_mp_clear.c - -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o: ../bn_mp_clear_multi.c - -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o: ../bn_mp_cmp.c - -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o: ../bn_mp_cmp_d.c - -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o: ../bn_mp_cmp_mag.c - -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o: ../bn_mp_cnt_lsb.c - -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_copy.c.o: ../bn_mp_copy.c - -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o: ../bn_mp_count_bits.c - -CMakeFiles/tommathShared.dir/bn_mp_div.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_div.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_div.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_div.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_div.c.o: ../bn_mp_div.c - -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o: ../bn_mp_div_2.c - -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o: ../bn_mp_div_2d.c - -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o: ../bn_mp_div_3.c - -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o: ../bn_mp_div_d.c - -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o: ../bn_mp_dr_is_modulus.c - -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o: ../bn_mp_dr_reduce.c - -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o: ../bn_mp_dr_setup.c - -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_exch.c.o: ../bn_mp_exch.c - -CMakeFiles/tommathShared.dir/bn_mp_export.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_export.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_export.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_export.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_export.c.o: ../bn_mp_export.c - -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o: ../bn_mp_expt_d.c - -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o: ../bn_mp_expt_d_ex.c - -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o: ../bn_mp_exptmod.c - -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o: ../bn_mp_exptmod_fast.c - -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o: ../bn_mp_exteuclid.c - -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_fread.c.o: ../bn_mp_fread.c - -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o: ../bn_mp_fwrite.c - -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o: ../bn_mp_gcd.c - -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o: ../bn_mp_get_int.c - -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o: ../bn_mp_get_long.c - -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o: ../bn_mp_get_long_long.c - -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_grow.c.o: ../bn_mp_grow.c - -CMakeFiles/tommathShared.dir/bn_mp_import.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_import.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_import.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_import.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_import.c.o: ../bn_mp_import.c - -CMakeFiles/tommathShared.dir/bn_mp_init.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_init.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_init.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_init.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_init.c.o: ../bn_mp_init.c - -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o: ../bn_mp_init_copy.c - -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o: ../bn_mp_init_multi.c - -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o: ../bn_mp_init_set.c - -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o: ../bn_mp_init_set_int.c - -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o: ../bn_mp_init_size.c - -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o: ../bn_mp_invmod.c - -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o: ../bn_mp_invmod_slow.c - -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o: ../bn_mp_is_square.c - -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o: ../bn_mp_jacobi.c - -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o: ../bn_mp_karatsuba_mul.c - -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o: ../bn_mp_karatsuba_sqr.c - -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o: ../bn_mp_lcm.c - -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o: ../bn_mp_lshd.c - -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_mod.c.o: ../bn_mp_mod.c - -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o: ../bn_mp_mod_2d.c - -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o: ../bn_mp_mod_d.c - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o: ../bn_mp_montgomery_calc_normalization.c - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o: ../bn_mp_montgomery_reduce.c - -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o: ../bn_mp_montgomery_setup.c - -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_mul.c.o: ../bn_mp_mul.c - -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o: ../bn_mp_mul_2.c - -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o: ../bn_mp_mul_2d.c - -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o: ../bn_mp_mul_d.c - -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o: ../bn_mp_mulmod.c - -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o: ../bn_mp_n_root.c - -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o: ../bn_mp_n_root_ex.c - -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_neg.c.o: ../bn_mp_neg.c - -CMakeFiles/tommathShared.dir/bn_mp_or.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_or.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_or.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_or.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_or.c.o: ../bn_mp_or.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o: ../bn_mp_prime_fermat.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o: ../bn_mp_prime_is_divisible.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o: ../bn_mp_prime_is_prime.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o: ../bn_mp_prime_miller_rabin.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o: ../bn_mp_prime_next_prime.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o: ../bn_mp_prime_rabin_miller_trials.c - -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o: ../bn_mp_prime_random_ex.c - -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o: ../bn_mp_radix_size.c - -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o: ../bn_mp_radix_smap.c - -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_rand.c.o: ../bn_mp_rand.c - -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o: ../bn_mp_read_radix.c - -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o: ../bn_mp_read_signed_bin.c - -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o: ../bn_mp_read_unsigned_bin.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o: ../bn_mp_reduce.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o: ../bn_mp_reduce_2k.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o: ../bn_mp_reduce_2k_l.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o: ../bn_mp_reduce_2k_setup.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o: ../bn_mp_reduce_2k_setup_l.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o: ../bn_mp_reduce_is_2k.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o: ../bn_mp_reduce_is_2k_l.c - -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o: ../bn_mp_reduce_setup.c - -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o: ../bn_mp_rshd.c - -CMakeFiles/tommathShared.dir/bn_mp_set.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_set.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_set.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_set.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_set.c.o: ../bn_mp_set.c - -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o: ../bn_mp_set_int.c - -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o: ../bn_mp_set_long.c - -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o: ../bn_mp_set_long_long.c - -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o: ../bn_mp_shrink.c - -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o: ../bn_mp_signed_bin_size.c - -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o: ../bn_mp_sqr.c - -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o: ../bn_mp_sqrmod.c - -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o: ../bn_mp_sqrt.c - -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o: ../bn_mp_sqrtmod_prime.c - -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_sub.c.o: ../bn_mp_sub.c - -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o: ../bn_mp_sub_d.c - -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_submod.c.o: ../bn_mp_submod.c - -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o: ../bn_mp_to_signed_bin.c - -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o: ../bn_mp_to_signed_bin_n.c - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o: ../bn_mp_to_unsigned_bin.c - -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o: ../bn_mp_to_unsigned_bin_n.c - -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o: ../bn_mp_toom_mul.c - -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o: ../bn_mp_toom_sqr.c - -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o: ../bn_mp_toradix.c - -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o: ../bn_mp_toradix_n.c - -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o: ../bn_mp_unsigned_bin_size.c - -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_xor.c.o: ../bn_mp_xor.c - -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_mp_zero.c.o: ../bn_mp_zero.c - -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_prime_tab.c.o: ../bn_prime_tab.c - -CMakeFiles/tommathShared.dir/bn_reverse.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_reverse.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_reverse.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_reverse.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_reverse.c.o: ../bn_reverse.c - -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o: ../bn_s_mp_add.c - -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o: ../bn_s_mp_exptmod.c - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o: ../bn_s_mp_mul_digs.c - -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o: ../bn_s_mp_mul_high_digs.c - -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o: ../bn_s_mp_sqr.c - -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o: ../bn_s_mp_sub.c - -CMakeFiles/tommathShared.dir/bncore.c.o: ../tommath.h -CMakeFiles/tommathShared.dir/bncore.c.o: ../tommath_class.h -CMakeFiles/tommathShared.dir/bncore.c.o: ../tommath_private.h -CMakeFiles/tommathShared.dir/bncore.c.o: ../tommath_superclass.h -CMakeFiles/tommathShared.dir/bncore.c.o: ../bncore.c +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 + +CMakeFiles\tommathShared.dir\bn_error.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_error.c.obj: ..\bn_error.c +CMakeFiles\tommathShared.dir\bn_error.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_error.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_error.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj: ..\bn_fast_mp_invmod.c +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_fast_mp_invmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\bn_fast_mp_montgomery_reduce.c +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj: ..\bn_fast_s_mp_mul_digs.c +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_digs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\bn_fast_s_mp_mul_high_digs.c +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj: ..\bn_fast_s_mp_sqr.c +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_fast_s_mp_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj: ..\bn_mp_2expt.c +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_2expt.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj: ..\bn_mp_abs.c +CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_abs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_add.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_add.c.obj: ..\bn_mp_add.c +CMakeFiles\tommathShared.dir\bn_mp_add.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_add.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_add.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj: ..\bn_mp_add_d.c +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_add_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj: ..\bn_mp_addmod.c +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_addmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_and.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_and.c.obj: ..\bn_mp_and.c +CMakeFiles\tommathShared.dir\bn_mp_and.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_and.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_and.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj: ..\bn_mp_clamp.c +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_clamp.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj: ..\bn_mp_clear.c +CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_clear.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj: ..\bn_mp_clear_multi.c +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_clear_multi.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj: ..\bn_mp_cmp.c +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_cmp.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj: ..\bn_mp_cmp_d.c +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_cmp_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj: ..\bn_mp_cmp_mag.c +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_cmp_mag.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj: ..\bn_mp_cnt_lsb.c +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_cnt_lsb.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj: ..\bn_mp_complement.c +CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_complement.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj: ..\bn_mp_copy.c +CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_copy.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj: ..\bn_mp_count_bits.c +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_count_bits.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_div.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_div.c.obj: ..\bn_mp_div.c +CMakeFiles\tommathShared.dir\bn_mp_div.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_div.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_div.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj: ..\bn_mp_div_2.c +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_div_2.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj: ..\bn_mp_div_2d.c +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_div_2d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj: ..\bn_mp_div_3.c +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_div_3.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj: ..\bn_mp_div_d.c +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_div_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj: ..\bn_mp_dr_is_modulus.c +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_dr_is_modulus.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj: ..\bn_mp_dr_reduce.c +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_dr_reduce.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj: ..\bn_mp_dr_setup.c +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_dr_setup.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj: ..\bn_mp_exch.c +CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_exch.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_export.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_export.c.obj: ..\bn_mp_export.c +CMakeFiles\tommathShared.dir\bn_mp_export.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_export.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_export.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj: ..\bn_mp_expt_d.c +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_expt_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj: ..\bn_mp_expt_d_ex.c +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_expt_d_ex.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj: ..\bn_mp_exptmod.c +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_exptmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj: ..\bn_mp_exptmod_fast.c +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_exptmod_fast.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj: ..\bn_mp_exteuclid.c +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_exteuclid.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj: ..\bn_mp_fread.c +CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_fread.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj: ..\bn_mp_fwrite.c +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_fwrite.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj: ..\bn_mp_gcd.c +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_gcd.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj: ..\bn_mp_get_bit.c +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_get_bit.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj: ..\bn_mp_get_double.c +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_get_double.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj: ..\bn_mp_get_int.c +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_get_int.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj: ..\bn_mp_get_long.c +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_get_long.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj: ..\bn_mp_get_long_long.c +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_get_long_long.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj: ..\bn_mp_grow.c +CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_grow.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_import.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_import.c.obj: ..\bn_mp_import.c +CMakeFiles\tommathShared.dir\bn_mp_import.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_import.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_import.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_init.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_init.c.obj: ..\bn_mp_init.c +CMakeFiles\tommathShared.dir\bn_mp_init.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_init.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_init.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj: ..\bn_mp_init_copy.c +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_init_copy.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj: ..\bn_mp_init_multi.c +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_init_multi.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj: ..\bn_mp_init_set.c +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_init_set.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj: ..\bn_mp_init_set_int.c +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_init_set_int.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj: ..\bn_mp_init_size.c +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_init_size.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj: ..\bn_mp_invmod.c +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_invmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj: ..\bn_mp_invmod_slow.c +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_invmod_slow.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj: ..\bn_mp_is_square.c +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_is_square.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj: ..\bn_mp_jacobi.c +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_jacobi.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj: ..\bn_mp_karatsuba_mul.c +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_mul.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj: ..\bn_mp_karatsuba_sqr.c +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_karatsuba_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj: ..\bn_mp_kronecker.c +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_kronecker.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj: ..\bn_mp_lcm.c +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_lcm.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj: ..\bn_mp_lshd.c +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_lshd.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj: ..\bn_mp_mod.c +CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_mod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj: ..\bn_mp_mod_2d.c +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_mod_2d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj: ..\bn_mp_mod_d.c +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_mod_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\bn_mp_montgomery_calc_normalization.c +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj: ..\bn_mp_montgomery_reduce.c +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_reduce.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj: ..\bn_mp_montgomery_setup.c +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_montgomery_setup.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj: ..\bn_mp_mul.c +CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_mul.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj: ..\bn_mp_mul_2.c +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_mul_2.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj: ..\bn_mp_mul_2d.c +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_mul_2d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj: ..\bn_mp_mul_d.c +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_mul_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj: ..\bn_mp_mulmod.c +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_mulmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj: ..\bn_mp_n_root.c +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_n_root.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj: ..\bn_mp_n_root_ex.c +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_n_root_ex.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj: ..\bn_mp_neg.c +CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_neg.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_or.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_or.c.obj: ..\bn_mp_or.c +CMakeFiles\tommathShared.dir\bn_mp_or.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_or.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_or.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj: ..\bn_mp_prime_fermat.c +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_fermat.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\bn_mp_prime_frobenius_underwood.c +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj: ..\bn_mp_prime_is_divisible.c +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_is_divisible.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj: ..\bn_mp_prime_is_prime.c +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_is_prime.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj: ..\bn_mp_prime_miller_rabin.c +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_miller_rabin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj: ..\bn_mp_prime_next_prime.c +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_next_prime.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\bn_mp_prime_rabin_miller_trials.c +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj: ..\bn_mp_prime_random_ex.c +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_random_ex.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\bn_mp_prime_strong_lucas_selfridge.c +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj: ..\bn_mp_radix_size.c +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_radix_size.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj: ..\bn_mp_radix_smap.c +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_radix_smap.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj: ..\bn_mp_rand.c +CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_rand.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj: ..\bn_mp_read_radix.c +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_read_radix.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj: ..\bn_mp_read_signed_bin.c +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_read_signed_bin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj: ..\bn_mp_read_unsigned_bin.c +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_read_unsigned_bin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj: ..\bn_mp_reduce.c +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_reduce.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj: ..\bn_mp_reduce_2k.c +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj: ..\bn_mp_reduce_2k_l.c +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_l.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj: ..\bn_mp_reduce_2k_setup.c +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\bn_mp_reduce_2k_setup_l.c +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj: ..\bn_mp_reduce_is_2k.c +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj: ..\bn_mp_reduce_is_2k_l.c +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_is_2k_l.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj: ..\bn_mp_reduce_setup.c +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_reduce_setup.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj: ..\bn_mp_rshd.c +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_rshd.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_set.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_set.c.obj: ..\bn_mp_set.c +CMakeFiles\tommathShared.dir\bn_mp_set.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_set.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_set.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj: ..\bn_mp_set_double.c +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_set_double.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj: ..\bn_mp_set_int.c +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_set_int.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj: ..\bn_mp_set_long.c +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_set_long.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj: ..\bn_mp_set_long_long.c +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_set_long_long.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj: ..\bn_mp_shrink.c +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_shrink.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj: ..\bn_mp_signed_bin_size.c +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_signed_bin_size.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj: ..\bn_mp_sqr.c +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj: ..\bn_mp_sqrmod.c +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_sqrmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj: ..\bn_mp_sqrt.c +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_sqrt.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj: ..\bn_mp_sqrtmod_prime.c +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_sqrtmod_prime.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj: ..\bn_mp_sub.c +CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_sub.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj: ..\bn_mp_sub_d.c +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_sub_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj: ..\bn_mp_submod.c +CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_submod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj: ..\bn_mp_tc_and.c +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_tc_and.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj: ..\bn_mp_tc_div_2d.c +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_tc_div_2d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj: ..\bn_mp_tc_or.c +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_tc_or.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj: ..\bn_mp_tc_xor.c +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_tc_xor.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj: ..\bn_mp_to_signed_bin.c +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj: ..\bn_mp_to_signed_bin_n.c +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_to_signed_bin_n.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj: ..\bn_mp_to_unsigned_bin.c +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\bn_mp_to_unsigned_bin_n.c +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj: ..\bn_mp_toom_mul.c +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_toom_mul.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj: ..\bn_mp_toom_sqr.c +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_toom_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj: ..\bn_mp_toradix.c +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_toradix.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj: ..\bn_mp_toradix_n.c +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_toradix_n.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj: ..\bn_mp_unsigned_bin_size.c +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_unsigned_bin_size.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj: ..\bn_mp_xor.c +CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_xor.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj: ..\bn_mp_zero.c +CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_mp_zero.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj: ..\bn_prime_tab.c +CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_prime_tab.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_reverse.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_reverse.c.obj: ..\bn_reverse.c +CMakeFiles\tommathShared.dir\bn_reverse.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_reverse.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_reverse.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj: ..\bn_s_mp_add.c +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_s_mp_add.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj: ..\bn_s_mp_exptmod.c +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_s_mp_exptmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj: ..\bn_s_mp_mul_digs.c +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_s_mp_mul_digs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj: ..\bn_s_mp_mul_high_digs.c +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_s_mp_mul_high_digs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj: ..\bn_s_mp_sqr.c +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_s_mp_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj: ..\bn_s_mp_sub.c +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bn_s_mp_sub.c.obj: ..\tommath_private.h + +CMakeFiles\tommathShared.dir\bncore.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathShared.dir\bncore.c.obj: ..\bncore.c +CMakeFiles\tommathShared.dir\bncore.c.obj: ..\tommath.h +CMakeFiles\tommathShared.dir\bncore.c.obj: ..\tommath_class.h +CMakeFiles\tommathShared.dir\bncore.c.obj: ..\tommath_private.h diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/flags.make b/cmake-build-debug/CMakeFiles/tommathShared.dir/flags.make index c9eb90a..4ad3310 100644 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/flags.make +++ b/cmake-build-debug/CMakeFiles/tommathShared.dir/flags.make @@ -1,10 +1,10 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 -# compile C with /usr/bin/cc -C_FLAGS = -shared -g -fPIC +# compile C with C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe +C_FLAGS = /DWIN32 /D_WINDOWS /W3 /MDd /Zi /Ob0 /Od /RTC1 -C_DEFINES = -DALL_FUNCTIONS -DtommathShared_EXPORTS +C_DEFINES = -DtommathShared_EXPORTS -C_INCLUDES = -I/home/wolverindev/cgit/libtommath/cmake-build-debug -I/home/wolverindev/cgit/libtommath +C_INCLUDES = -IC:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug -IC:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/link.txt b/cmake-build-debug/CMakeFiles/tommathShared.dir/link.txt deleted file mode 100644 index 90a62db..0000000 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/cc -fPIC -shared -g -shared -Wl,-soname,libtommathShared.so -o libtommathShared.so CMakeFiles/tommathShared.dir/bn_error.c.o CMakeFiles/tommathShared.dir/bn_fast_mp_invmod.c.o CMakeFiles/tommathShared.dir/bn_fast_mp_montgomery_reduce.c.o CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_digs.c.o CMakeFiles/tommathShared.dir/bn_fast_s_mp_mul_high_digs.c.o CMakeFiles/tommathShared.dir/bn_fast_s_mp_sqr.c.o CMakeFiles/tommathShared.dir/bn_mp_2expt.c.o CMakeFiles/tommathShared.dir/bn_mp_abs.c.o CMakeFiles/tommathShared.dir/bn_mp_add.c.o CMakeFiles/tommathShared.dir/bn_mp_add_d.c.o CMakeFiles/tommathShared.dir/bn_mp_addmod.c.o CMakeFiles/tommathShared.dir/bn_mp_and.c.o CMakeFiles/tommathShared.dir/bn_mp_clamp.c.o CMakeFiles/tommathShared.dir/bn_mp_clear.c.o CMakeFiles/tommathShared.dir/bn_mp_clear_multi.c.o CMakeFiles/tommathShared.dir/bn_mp_cmp.c.o CMakeFiles/tommathShared.dir/bn_mp_cmp_d.c.o CMakeFiles/tommathShared.dir/bn_mp_cmp_mag.c.o CMakeFiles/tommathShared.dir/bn_mp_cnt_lsb.c.o CMakeFiles/tommathShared.dir/bn_mp_copy.c.o CMakeFiles/tommathShared.dir/bn_mp_count_bits.c.o CMakeFiles/tommathShared.dir/bn_mp_div.c.o CMakeFiles/tommathShared.dir/bn_mp_div_2.c.o CMakeFiles/tommathShared.dir/bn_mp_div_2d.c.o CMakeFiles/tommathShared.dir/bn_mp_div_3.c.o CMakeFiles/tommathShared.dir/bn_mp_div_d.c.o CMakeFiles/tommathShared.dir/bn_mp_dr_is_modulus.c.o CMakeFiles/tommathShared.dir/bn_mp_dr_reduce.c.o CMakeFiles/tommathShared.dir/bn_mp_dr_setup.c.o CMakeFiles/tommathShared.dir/bn_mp_exch.c.o CMakeFiles/tommathShared.dir/bn_mp_export.c.o CMakeFiles/tommathShared.dir/bn_mp_expt_d.c.o CMakeFiles/tommathShared.dir/bn_mp_expt_d_ex.c.o CMakeFiles/tommathShared.dir/bn_mp_exptmod.c.o CMakeFiles/tommathShared.dir/bn_mp_exptmod_fast.c.o CMakeFiles/tommathShared.dir/bn_mp_exteuclid.c.o CMakeFiles/tommathShared.dir/bn_mp_fread.c.o CMakeFiles/tommathShared.dir/bn_mp_fwrite.c.o CMakeFiles/tommathShared.dir/bn_mp_gcd.c.o CMakeFiles/tommathShared.dir/bn_mp_get_int.c.o CMakeFiles/tommathShared.dir/bn_mp_get_long.c.o CMakeFiles/tommathShared.dir/bn_mp_get_long_long.c.o CMakeFiles/tommathShared.dir/bn_mp_grow.c.o CMakeFiles/tommathShared.dir/bn_mp_import.c.o CMakeFiles/tommathShared.dir/bn_mp_init.c.o CMakeFiles/tommathShared.dir/bn_mp_init_copy.c.o CMakeFiles/tommathShared.dir/bn_mp_init_multi.c.o CMakeFiles/tommathShared.dir/bn_mp_init_set.c.o CMakeFiles/tommathShared.dir/bn_mp_init_set_int.c.o CMakeFiles/tommathShared.dir/bn_mp_init_size.c.o CMakeFiles/tommathShared.dir/bn_mp_invmod.c.o CMakeFiles/tommathShared.dir/bn_mp_invmod_slow.c.o CMakeFiles/tommathShared.dir/bn_mp_is_square.c.o CMakeFiles/tommathShared.dir/bn_mp_jacobi.c.o CMakeFiles/tommathShared.dir/bn_mp_karatsuba_mul.c.o CMakeFiles/tommathShared.dir/bn_mp_karatsuba_sqr.c.o CMakeFiles/tommathShared.dir/bn_mp_lcm.c.o CMakeFiles/tommathShared.dir/bn_mp_lshd.c.o CMakeFiles/tommathShared.dir/bn_mp_mod.c.o CMakeFiles/tommathShared.dir/bn_mp_mod_2d.c.o CMakeFiles/tommathShared.dir/bn_mp_mod_d.c.o CMakeFiles/tommathShared.dir/bn_mp_montgomery_calc_normalization.c.o CMakeFiles/tommathShared.dir/bn_mp_montgomery_reduce.c.o CMakeFiles/tommathShared.dir/bn_mp_montgomery_setup.c.o CMakeFiles/tommathShared.dir/bn_mp_mul.c.o CMakeFiles/tommathShared.dir/bn_mp_mul_2.c.o CMakeFiles/tommathShared.dir/bn_mp_mul_2d.c.o CMakeFiles/tommathShared.dir/bn_mp_mul_d.c.o CMakeFiles/tommathShared.dir/bn_mp_mulmod.c.o CMakeFiles/tommathShared.dir/bn_mp_n_root.c.o CMakeFiles/tommathShared.dir/bn_mp_n_root_ex.c.o CMakeFiles/tommathShared.dir/bn_mp_neg.c.o CMakeFiles/tommathShared.dir/bn_mp_or.c.o CMakeFiles/tommathShared.dir/bn_mp_prime_fermat.c.o CMakeFiles/tommathShared.dir/bn_mp_prime_is_divisible.c.o CMakeFiles/tommathShared.dir/bn_mp_prime_is_prime.c.o CMakeFiles/tommathShared.dir/bn_mp_prime_miller_rabin.c.o CMakeFiles/tommathShared.dir/bn_mp_prime_next_prime.c.o CMakeFiles/tommathShared.dir/bn_mp_prime_rabin_miller_trials.c.o CMakeFiles/tommathShared.dir/bn_mp_prime_random_ex.c.o CMakeFiles/tommathShared.dir/bn_mp_radix_size.c.o CMakeFiles/tommathShared.dir/bn_mp_radix_smap.c.o CMakeFiles/tommathShared.dir/bn_mp_rand.c.o CMakeFiles/tommathShared.dir/bn_mp_read_radix.c.o CMakeFiles/tommathShared.dir/bn_mp_read_signed_bin.c.o CMakeFiles/tommathShared.dir/bn_mp_read_unsigned_bin.c.o CMakeFiles/tommathShared.dir/bn_mp_reduce.c.o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k.c.o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_l.c.o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup.c.o CMakeFiles/tommathShared.dir/bn_mp_reduce_2k_setup_l.c.o CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k.c.o CMakeFiles/tommathShared.dir/bn_mp_reduce_is_2k_l.c.o CMakeFiles/tommathShared.dir/bn_mp_reduce_setup.c.o CMakeFiles/tommathShared.dir/bn_mp_rshd.c.o CMakeFiles/tommathShared.dir/bn_mp_set.c.o CMakeFiles/tommathShared.dir/bn_mp_set_int.c.o CMakeFiles/tommathShared.dir/bn_mp_set_long.c.o CMakeFiles/tommathShared.dir/bn_mp_set_long_long.c.o CMakeFiles/tommathShared.dir/bn_mp_shrink.c.o CMakeFiles/tommathShared.dir/bn_mp_signed_bin_size.c.o CMakeFiles/tommathShared.dir/bn_mp_sqr.c.o CMakeFiles/tommathShared.dir/bn_mp_sqrmod.c.o CMakeFiles/tommathShared.dir/bn_mp_sqrt.c.o CMakeFiles/tommathShared.dir/bn_mp_sqrtmod_prime.c.o CMakeFiles/tommathShared.dir/bn_mp_sub.c.o CMakeFiles/tommathShared.dir/bn_mp_sub_d.c.o CMakeFiles/tommathShared.dir/bn_mp_submod.c.o CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin.c.o CMakeFiles/tommathShared.dir/bn_mp_to_signed_bin_n.c.o CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin.c.o CMakeFiles/tommathShared.dir/bn_mp_to_unsigned_bin_n.c.o CMakeFiles/tommathShared.dir/bn_mp_toom_mul.c.o CMakeFiles/tommathShared.dir/bn_mp_toom_sqr.c.o CMakeFiles/tommathShared.dir/bn_mp_toradix.c.o CMakeFiles/tommathShared.dir/bn_mp_toradix_n.c.o CMakeFiles/tommathShared.dir/bn_mp_unsigned_bin_size.c.o CMakeFiles/tommathShared.dir/bn_mp_xor.c.o CMakeFiles/tommathShared.dir/bn_mp_zero.c.o CMakeFiles/tommathShared.dir/bn_prime_tab.c.o CMakeFiles/tommathShared.dir/bn_reverse.c.o CMakeFiles/tommathShared.dir/bn_s_mp_add.c.o CMakeFiles/tommathShared.dir/bn_s_mp_exptmod.c.o CMakeFiles/tommathShared.dir/bn_s_mp_mul_digs.c.o CMakeFiles/tommathShared.dir/bn_s_mp_mul_high_digs.c.o CMakeFiles/tommathShared.dir/bn_s_mp_sqr.c.o CMakeFiles/tommathShared.dir/bn_s_mp_sub.c.o CMakeFiles/tommathShared.dir/bncore.c.o diff --git a/cmake-build-debug/CMakeFiles/tommathShared.dir/progress.make b/cmake-build-debug/CMakeFiles/tommathShared.dir/progress.make index 7c56117..08be297 100644 --- a/cmake-build-debug/CMakeFiles/tommathShared.dir/progress.make +++ b/cmake-build-debug/CMakeFiles/tommathShared.dir/progress.make @@ -5,126 +5,137 @@ CMAKE_PROGRESS_4 = CMAKE_PROGRESS_5 = CMAKE_PROGRESS_6 = 2 CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = 3 -CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 3 CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = 4 -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = 5 -CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = 4 +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = 5 CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = 6 -CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = 6 CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = 7 -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = 8 +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = 7 +CMAKE_PROGRESS_21 = CMAKE_PROGRESS_22 = -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = 9 +CMAKE_PROGRESS_23 = 8 +CMAKE_PROGRESS_24 = CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = 10 +CMAKE_PROGRESS_26 = 9 CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = -CMAKE_PROGRESS_29 = 11 +CMAKE_PROGRESS_28 = 10 +CMAKE_PROGRESS_29 = CMAKE_PROGRESS_30 = -CMAKE_PROGRESS_31 = 12 +CMAKE_PROGRESS_31 = 11 CMAKE_PROGRESS_32 = CMAKE_PROGRESS_33 = -CMAKE_PROGRESS_34 = 13 +CMAKE_PROGRESS_34 = 12 CMAKE_PROGRESS_35 = CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = 14 +CMAKE_PROGRESS_37 = 13 CMAKE_PROGRESS_38 = -CMAKE_PROGRESS_39 = 15 -CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = 14 CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = 16 +CMAKE_PROGRESS_42 = 15 CMAKE_PROGRESS_43 = -CMAKE_PROGRESS_44 = 17 -CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = 16 CMAKE_PROGRESS_46 = -CMAKE_PROGRESS_47 = 18 -CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = 17 CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = 19 -CMAKE_PROGRESS_51 = -CMAKE_PROGRESS_52 = 20 +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = 18 +CMAKE_PROGRESS_52 = CMAKE_PROGRESS_53 = -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = 21 -CMAKE_PROGRESS_56 = -CMAKE_PROGRESS_57 = 22 +CMAKE_PROGRESS_54 = 19 +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = 20 +CMAKE_PROGRESS_57 = CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = -CMAKE_PROGRESS_60 = 23 +CMAKE_PROGRESS_59 = 21 +CMAKE_PROGRESS_60 = CMAKE_PROGRESS_61 = -CMAKE_PROGRESS_62 = 24 +CMAKE_PROGRESS_62 = 22 CMAKE_PROGRESS_63 = CMAKE_PROGRESS_64 = -CMAKE_PROGRESS_65 = 25 +CMAKE_PROGRESS_65 = 23 CMAKE_PROGRESS_66 = CMAKE_PROGRESS_67 = -CMAKE_PROGRESS_68 = 26 +CMAKE_PROGRESS_68 = 24 CMAKE_PROGRESS_69 = -CMAKE_PROGRESS_70 = 27 +CMAKE_PROGRESS_70 = 25 CMAKE_PROGRESS_71 = CMAKE_PROGRESS_72 = -CMAKE_PROGRESS_73 = 28 +CMAKE_PROGRESS_73 = 26 CMAKE_PROGRESS_74 = -CMAKE_PROGRESS_75 = 29 -CMAKE_PROGRESS_76 = +CMAKE_PROGRESS_75 = +CMAKE_PROGRESS_76 = 27 CMAKE_PROGRESS_77 = -CMAKE_PROGRESS_78 = 30 -CMAKE_PROGRESS_79 = -CMAKE_PROGRESS_80 = 31 +CMAKE_PROGRESS_78 = +CMAKE_PROGRESS_79 = 28 +CMAKE_PROGRESS_80 = CMAKE_PROGRESS_81 = -CMAKE_PROGRESS_82 = -CMAKE_PROGRESS_83 = 32 -CMAKE_PROGRESS_84 = +CMAKE_PROGRESS_82 = 29 +CMAKE_PROGRESS_83 = +CMAKE_PROGRESS_84 = 30 CMAKE_PROGRESS_85 = -CMAKE_PROGRESS_86 = 33 -CMAKE_PROGRESS_87 = -CMAKE_PROGRESS_88 = 34 +CMAKE_PROGRESS_86 = +CMAKE_PROGRESS_87 = 31 +CMAKE_PROGRESS_88 = CMAKE_PROGRESS_89 = -CMAKE_PROGRESS_90 = -CMAKE_PROGRESS_91 = 35 +CMAKE_PROGRESS_90 = 32 +CMAKE_PROGRESS_91 = CMAKE_PROGRESS_92 = -CMAKE_PROGRESS_93 = 36 +CMAKE_PROGRESS_93 = 33 CMAKE_PROGRESS_94 = CMAKE_PROGRESS_95 = -CMAKE_PROGRESS_96 = 37 +CMAKE_PROGRESS_96 = 34 CMAKE_PROGRESS_97 = -CMAKE_PROGRESS_98 = -CMAKE_PROGRESS_99 = 38 +CMAKE_PROGRESS_98 = 35 +CMAKE_PROGRESS_99 = CMAKE_PROGRESS_100 = -CMAKE_PROGRESS_101 = 39 +CMAKE_PROGRESS_101 = 36 CMAKE_PROGRESS_102 = CMAKE_PROGRESS_103 = -CMAKE_PROGRESS_104 = 40 +CMAKE_PROGRESS_104 = 37 CMAKE_PROGRESS_105 = -CMAKE_PROGRESS_106 = 41 -CMAKE_PROGRESS_107 = +CMAKE_PROGRESS_106 = +CMAKE_PROGRESS_107 = 38 CMAKE_PROGRESS_108 = -CMAKE_PROGRESS_109 = 42 -CMAKE_PROGRESS_110 = -CMAKE_PROGRESS_111 = 43 -CMAKE_PROGRESS_112 = +CMAKE_PROGRESS_109 = +CMAKE_PROGRESS_110 = 39 +CMAKE_PROGRESS_111 = +CMAKE_PROGRESS_112 = 40 CMAKE_PROGRESS_113 = -CMAKE_PROGRESS_114 = 44 -CMAKE_PROGRESS_115 = +CMAKE_PROGRESS_114 = +CMAKE_PROGRESS_115 = 41 CMAKE_PROGRESS_116 = -CMAKE_PROGRESS_117 = 45 -CMAKE_PROGRESS_118 = -CMAKE_PROGRESS_119 = 46 +CMAKE_PROGRESS_117 = +CMAKE_PROGRESS_118 = 42 +CMAKE_PROGRESS_119 = CMAKE_PROGRESS_120 = -CMAKE_PROGRESS_121 = -CMAKE_PROGRESS_122 = 47 +CMAKE_PROGRESS_121 = 43 +CMAKE_PROGRESS_122 = CMAKE_PROGRESS_123 = -CMAKE_PROGRESS_124 = 48 +CMAKE_PROGRESS_124 = 44 CMAKE_PROGRESS_125 = -CMAKE_PROGRESS_126 = -CMAKE_PROGRESS_127 = 49 +CMAKE_PROGRESS_126 = 45 +CMAKE_PROGRESS_127 = CMAKE_PROGRESS_128 = -CMAKE_PROGRESS_129 = 50 +CMAKE_PROGRESS_129 = 46 +CMAKE_PROGRESS_130 = +CMAKE_PROGRESS_131 = +CMAKE_PROGRESS_132 = 47 +CMAKE_PROGRESS_133 = +CMAKE_PROGRESS_134 = +CMAKE_PROGRESS_135 = 48 +CMAKE_PROGRESS_136 = +CMAKE_PROGRESS_137 = +CMAKE_PROGRESS_138 = 49 +CMAKE_PROGRESS_139 = +CMAKE_PROGRESS_140 = 50 diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/C.includecache b/cmake-build-debug/CMakeFiles/tommathStatic.dir/C.includecache index d98962b..b1b679c 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/C.includecache +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/C.includecache @@ -6,7 +6,583 @@ #IncludeRegexTransform: -..//tommath.h +..//tommath_superclass.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_error.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_invmod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_montgomery_reduce.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_digs.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_high_digs.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_sqr.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_2expt.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_abs.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add_d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_addmod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_and.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clamp.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear_multi.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +stdarg.h +- + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_mag.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cnt_lsb.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_complement.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_copy.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_count_bits.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_3.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_is_modulus.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_reduce.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_setup.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exch.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_export.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d_ex.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod_fast.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exteuclid.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fread.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fwrite.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_gcd.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_bit.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_double.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_int.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long_long.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_grow.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_import.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_copy.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_multi.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +stdarg.h +- + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set_int.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_size.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod_slow.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_is_square.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_jacobi.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_mul.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_sqr.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_kronecker.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lcm.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lshd.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_2d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_calc_normalization.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_reduce.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_setup.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mulmod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root_ex.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_neg.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_or.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_fermat.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_frobenius_underwood.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_divisible.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_prime.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_miller_rabin.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_next_prime.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_rabin_miller_trials.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_random_ex.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_strong_lucas_selfridge.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_size.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_smap.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rand.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +windows.h +- +wincrypt.h +- +sys/random.h +- +errno.h +- +fcntl.h +- +errno.h +- +unistd.h +- + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_radix.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_signed_bin.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_unsigned_bin.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_l.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup_l.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k_l.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_setup.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rshd.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_double.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_int.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long_long.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_shrink.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_signed_bin_size.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqr.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrmod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrt.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrtmod_prime.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub_d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_submod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_and.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_div_2d.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_or.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_xor.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin_n.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin_n.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_mul.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_sqr.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix_n.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_unsigned_bin_size.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_xor.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_zero.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_prime_tab.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_reverse.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_add.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_exptmod.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_digs.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_high_digs.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sqr.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sub.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bncore.c +tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h + +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h stdio.h - stdlib.h @@ -16,535 +592,17 @@ stdint.h limits.h - tommath_class.h -- +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h -..//tommath_class.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h tommath_superclass.h - tommath_class.h - -..//tommath_private.h +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h tommath.h -- +C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h ctype.h - -..//tommath_superclass.h - -/home/wolverindev/cgit/libtommath/bn_error.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_2expt.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_abs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_add.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_add_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_addmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_and.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clamp.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clear.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -tommath_private.h -- -stdarg.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_copy.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_2.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_3.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_div_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exch.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_export.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_fread.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_gcd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_grow.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_import.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -tommath_private.h -- -stdarg.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_set.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_init_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_invmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_is_square.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_lcm.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_lshd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_n_root.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_neg.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_or.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_rand.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_rshd.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_int.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_shrink.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sub.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_submod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toradix.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_xor.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_mp_zero.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_prime_tab.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_reverse.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_add.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -tommath_private.h -- - -/home/wolverindev/cgit/libtommath/bncore.c -tommath_private.h -- - diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/tommathStatic.dir/DependInfo.cmake index d593c44..34bfb4c 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/DependInfo.cmake @@ -4,141 +4,147 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_C - "/home/wolverindev/cgit/libtommath/bn_error.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_error.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_2expt.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_abs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_add.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_add.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_add_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_addmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_and.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_and.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clamp.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clear.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_copy.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_count_bits.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_2.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_3.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_div_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exch.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_export.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_export.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_expt_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exptmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_fread.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_fwrite.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_gcd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_grow.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_import.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_import.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_copy.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_multi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_set.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_init_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_invmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_is_square.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_jacobi.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_lcm.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_lshd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mod_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_2.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mul_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_mulmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_n_root.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_neg.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_or.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_or.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_radix_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_rand.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_radix.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_rshd.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_int.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_shrink.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrt.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sub.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_sub_d.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_submod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toradix.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_xor.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o" - "/home/wolverindev/cgit/libtommath/bn_mp_zero.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o" - "/home/wolverindev/cgit/libtommath/bn_prime_tab.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o" - "/home/wolverindev/cgit/libtommath/bn_reverse.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_reverse.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_add.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o" - "/home/wolverindev/cgit/libtommath/bn_s_mp_sub.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o" - "/home/wolverindev/cgit/libtommath/bncore.c" "/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bncore.c.o" - ) -set(CMAKE_C_COMPILER_ID "GNU") - -# Preprocessor definitions for this target. -set(CMAKE_TARGET_DEFINITIONS_C - "ALL_FUNCTIONS" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_error.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_error.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_invmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_montgomery_reduce.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_digs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_high_digs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_2expt.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_abs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_abs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_add.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_addmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_and.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_and.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clamp.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_clear.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear_multi.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_mag.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cnt_lsb.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_complement.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_complement.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_copy.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_copy.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_count_bits.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_3.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_is_modulus.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_reduce.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_setup.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exch.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_exch.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_export.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_export.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d_ex.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod_fast.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exteuclid.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fread.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_fread.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fwrite.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_gcd.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_bit.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_get_bit.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_double.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_get_double.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_int.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long_long.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_grow.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_grow.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_import.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_import.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_copy.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_multi.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set_int.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_size.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod_slow.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_is_square.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_jacobi.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_mul.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_kronecker.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_kronecker.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lcm.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lshd.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_2d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_calc_normalization.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_reduce.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_setup.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mul.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mulmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root_ex.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_neg.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_neg.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_or.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_or.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_fermat.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_frobenius_underwood.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_frobenius_underwood.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_divisible.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_prime.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_miller_rabin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_next_prime.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_rabin_miller_trials.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_random_ex.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_strong_lucas_selfridge.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_prime_strong_lucas_selfridge.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_size.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_smap.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rand.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_rand.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_radix.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_signed_bin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_unsigned_bin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_l.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup_l.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k_l.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_setup.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rshd.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_double.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set_double.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_int.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long_long.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_shrink.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_signed_bin_size.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrt.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrtmod_prime.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sub.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub_d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_submod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_submod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_and.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_tc_and.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_div_2d.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_tc_div_2d.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_or.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_tc_or.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_xor.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_tc_xor.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin_n.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin_n.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_mul.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix_n.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_unsigned_bin_size.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_xor.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_xor.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_zero.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_mp_zero.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_prime_tab.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_prime_tab.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_reverse.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_reverse.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_add.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_exptmod.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_digs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_high_digs.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sqr.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sub.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.obj" + "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bncore.c" "C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/bncore.c.obj" ) +set(CMAKE_C_COMPILER_ID "MSVC") # The include file search paths: set(CMAKE_C_TARGET_INCLUDE_PATH diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/build.make b/cmake-build-debug/CMakeFiles/tommathStatic.dir/build.make index c950175..b7bd1de 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/build.make +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/build.make @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 # Delete rule output on recipe failure. .DELETE_ON_ERROR: @@ -12,9 +12,6 @@ .SUFFIXES: -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - .SUFFIXES: .hpux_make_needs_suffix_list @@ -30,3514 +27,2978 @@ cmake_force: #============================================================================= # Set environment variables for the build. -# The shell in which to execute make rules. -SHELL = /bin/sh +!IF "$(OS)" == "Windows_NT" +NULL= +!ELSE +NULL=nul +!ENDIF +SHELL = cmd.exe # The CMake executable. -CMAKE_COMMAND = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake +CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2019.1\bin\cmake\win\bin\cmake.exe" # The command to remove a file. -RM = /home/wolverindev/Jetbrains/clion-2017.2.3/bin/cmake/bin/cmake -E remove -f +RM = "C:\Program Files\JetBrains\CLion 2019.1\bin\cmake\win\bin\cmake.exe" -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/wolverindev/cgit/libtommath +CMAKE_SOURCE_DIR = C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/wolverindev/cgit/libtommath/cmake-build-debug +CMAKE_BINARY_DIR = C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug # Include any dependencies generated for this target. -include CMakeFiles/tommathStatic.dir/depend.make +include CMakeFiles\tommathStatic.dir\depend.make # Include the progress variables for this target. -include CMakeFiles/tommathStatic.dir/progress.make +include CMakeFiles\tommathStatic.dir\progress.make # Include the compile flags for this target's objects. -include CMakeFiles/tommathStatic.dir/flags.make +include CMakeFiles\tommathStatic.dir\flags.make -CMakeFiles/tommathStatic.dir/bn_error.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_error.c.o: ../bn_error.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/tommathStatic.dir/bn_error.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_error.c.o -c /home/wolverindev/cgit/libtommath/bn_error.c +CMakeFiles\tommathStatic.dir\bn_error.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_error.c.obj: ..\bn_error.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/tommathStatic.dir/bn_error.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_error.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_error.c +<< -CMakeFiles/tommathStatic.dir/bn_error.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_error.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_error.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_error.c > CMakeFiles/tommathStatic.dir/bn_error.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_error.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_error.c +<< -CMakeFiles/tommathStatic.dir/bn_error.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_error.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_error.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_error.c -o CMakeFiles/tommathStatic.dir/bn_error.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_error.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_error.c +<< -CMakeFiles/tommathStatic.dir/bn_error.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj: ..\bn_fast_mp_invmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_invmod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_error.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_error.c.o.provides: CMakeFiles/tommathStatic.dir/bn_error.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_error.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_error.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_error.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_error.c.o - - -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o: ../bn_fast_mp_invmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c - -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c > CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_invmod.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -o CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_invmod.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\bn_fast_mp_montgomery_reduce.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_montgomery_reduce.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o - - -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o: ../bn_fast_mp_montgomery_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c - -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c > CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_montgomery_reduce.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -o CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_mp_montgomery_reduce.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj: ..\bn_fast_s_mp_mul_digs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_digs.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o.provides: CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o - - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o: ../bn_fast_s_mp_mul_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c > CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_digs.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_digs.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\bn_fast_s_mp_mul_high_digs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_high_digs.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o.provides: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o - - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o: ../bn_fast_s_mp_mul_high_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c > CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_high_digs.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_mul_high_digs.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj: ..\bn_fast_s_mp_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_sqr.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o.provides: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o - - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o: ../bn_fast_s_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c > CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_fast_s_mp_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj: ..\bn_mp_2expt.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_2expt.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o.provides: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o: ../bn_mp_2expt.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_2expt.c - -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_2expt.c > CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_2expt.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_2expt.c -o CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_2expt.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_2expt.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj: ..\bn_mp_abs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_abs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_abs.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o: ../bn_mp_abs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_abs.c - -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_abs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_abs.c > CMakeFiles/tommathStatic.dir/bn_mp_abs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_abs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_abs.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_abs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_abs.c -o CMakeFiles/tommathStatic.dir/bn_mp_abs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_abs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_abs.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj: ..\bn_mp_add.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_add.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_add.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o: ../bn_mp_add.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_add.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_add.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_add.c - -CMakeFiles/tommathStatic.dir/bn_mp_add.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_add.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_add.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_add.c > CMakeFiles/tommathStatic.dir/bn_mp_add.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_add.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_add.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_add.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_add.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_add.c -o CMakeFiles/tommathStatic.dir/bn_mp_add.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_add.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj: ..\bn_mp_add_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add_d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_add.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_add.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_add.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_add.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_add.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o: ../bn_mp_add_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_add_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_add_d.c > CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_add_d.c -o CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_add_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_add_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj: ..\bn_mp_addmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_addmod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o: ../bn_mp_addmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_addmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_addmod.c > CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_addmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_addmod.c -o CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_addmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_addmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj: ..\bn_mp_and.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_and.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_and.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_and.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o: ../bn_mp_and.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_and.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_and.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_and.c - -CMakeFiles/tommathStatic.dir/bn_mp_and.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_and.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_and.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_and.c > CMakeFiles/tommathStatic.dir/bn_mp_and.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_and.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_and.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_and.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_and.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_and.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_and.c -o CMakeFiles/tommathStatic.dir/bn_mp_and.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_and.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_and.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj: ..\bn_mp_clamp.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clamp.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_and.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_and.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_and.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_and.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_and.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o: ../bn_mp_clamp.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clamp.c - -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clamp.c > CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clamp.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clamp.c -o CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_clamp.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clamp.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj: ..\bn_mp_clear.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_clear.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o: ../bn_mp_clear.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clear.c - -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_clear.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clear.c > CMakeFiles/tommathStatic.dir/bn_mp_clear.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_clear.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_clear.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clear.c -o CMakeFiles/tommathStatic.dir/bn_mp_clear.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_clear.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj: ..\bn_mp_clear_multi.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear_multi.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o: ../bn_mp_clear_multi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c - -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c > CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear_multi.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -o CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_clear_multi.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj: ..\bn_mp_cmp.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o: ../bn_mp_cmp.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp.c - -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp.c > CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp.c -o CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_cmp.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj: ..\bn_mp_cmp_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o: ../bn_mp_cmp_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c > CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -o CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj: ..\bn_mp_cmp_mag.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_mag.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o: ../bn_mp_cmp_mag.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c > CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_mag.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -o CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cmp_mag.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj: ..\bn_mp_cnt_lsb.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cnt_lsb.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o: ../bn_mp_cnt_lsb.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c - -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c > CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cnt_lsb.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -o CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_cnt_lsb.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj: ..\bn_mp_complement.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_complement.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_complement.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o.requires +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_complement.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_complement.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_complement.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o.provides +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_complement.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_complement.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_complement.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj: ..\bn_mp_copy.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_copy.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_copy.c +<< - -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o: ../bn_mp_copy.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_copy.c - -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_copy.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_copy.c > CMakeFiles/tommathStatic.dir/bn_mp_copy.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_copy.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_copy.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_copy.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_copy.c -o CMakeFiles/tommathStatic.dir/bn_mp_copy.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_copy.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_copy.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj: ..\bn_mp_count_bits.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_count_bits.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o: ../bn_mp_count_bits.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c - -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c > CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_count_bits.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -o CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_count_bits.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj: ..\bn_mp_div.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_div.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o: ../bn_mp_div.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_div.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div.c - -CMakeFiles/tommathStatic.dir/bn_mp_div.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_div.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div.c > CMakeFiles/tommathStatic.dir/bn_mp_div.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_div.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_div.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div.c -o CMakeFiles/tommathStatic.dir/bn_mp_div.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_div.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj: ..\bn_mp_div_2.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_div.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_div.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o: ../bn_mp_div_2.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_2.c - -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_2.c > CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_2.c -o CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_div_2.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj: ..\bn_mp_div_2d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o: ../bn_mp_div_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c - -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c > CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -o CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_2d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj: ..\bn_mp_div_3.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_3.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o: ../bn_mp_div_3.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_3.c - -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_3.c > CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_3.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_3.c -o CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_div_3.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_3.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj: ..\bn_mp_div_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o: ../bn_mp_div_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_div_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_div_d.c > CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_div_d.c -o CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_div_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_div_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj: ..\bn_mp_dr_is_modulus.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_is_modulus.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o: ../bn_mp_dr_is_modulus.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c - -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c > CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_is_modulus.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -o CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_is_modulus.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj: ..\bn_mp_dr_reduce.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_reduce.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o: ../bn_mp_dr_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c - -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c > CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_reduce.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -o CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_reduce.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj: ..\bn_mp_dr_setup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_setup.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o: ../bn_mp_dr_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c - -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c > CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_setup.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -o CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_dr_setup.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj: ..\bn_mp_exch.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_exch.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exch.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o: ../bn_mp_exch.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exch.c - -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_exch.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exch.c > CMakeFiles/tommathStatic.dir/bn_mp_exch.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_exch.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exch.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_exch.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exch.c -o CMakeFiles/tommathStatic.dir/bn_mp_exch.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_exch.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exch.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj: ..\bn_mp_export.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_export.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_export.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_export.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o: ../bn_mp_export.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_export.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_export.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_export.c - -CMakeFiles/tommathStatic.dir/bn_mp_export.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_export.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_export.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_export.c > CMakeFiles/tommathStatic.dir/bn_mp_export.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_export.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_export.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_export.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_export.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_export.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_export.c -o CMakeFiles/tommathStatic.dir/bn_mp_export.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_export.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_export.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj: ..\bn_mp_expt_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_export.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_export.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_export.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_export.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_export.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o: ../bn_mp_expt_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c > CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -o CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj: ..\bn_mp_expt_d_ex.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d_ex.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o: ../bn_mp_expt_d_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c > CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d_ex.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -o CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_expt_d_ex.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj: ..\bn_mp_exptmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o: ../bn_mp_exptmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c > CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -o CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj: ..\bn_mp_exptmod_fast.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod_fast.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o: ../bn_mp_exptmod_fast.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c > CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod_fast.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -o CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exptmod_fast.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj: ..\bn_mp_exteuclid.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exteuclid.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o: ../bn_mp_exteuclid.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c - -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c > CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exteuclid.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -o CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_exteuclid.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj: ..\bn_mp_fread.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_fread.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fread.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o: ../bn_mp_fread.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_fread.c - -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_fread.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_fread.c > CMakeFiles/tommathStatic.dir/bn_mp_fread.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_fread.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fread.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_fread.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_fread.c -o CMakeFiles/tommathStatic.dir/bn_mp_fread.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_fread.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fread.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj: ..\bn_mp_fwrite.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fwrite.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o: ../bn_mp_fwrite.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c - -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c > CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fwrite.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -o CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_fwrite.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj: ..\bn_mp_gcd.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_gcd.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o: ../bn_mp_gcd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_gcd.c - -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_gcd.c > CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_gcd.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_gcd.c -o CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_gcd.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_gcd.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj: ..\bn_mp_get_bit.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_get_bit.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_bit.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o.requires +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_get_bit.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_bit.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o.provides +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_get_bit.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_bit.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj: ..\bn_mp_get_double.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_get_double.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_double.c +<< +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_get_double.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_double.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o: ../bn_mp_get_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_int.c +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_get_double.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_get_double.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_double.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj: ..\bn_mp_get_int.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_int.c +<< + +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_int.c > CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_int.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_int.c -o CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_get_int.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_int.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj: ..\bn_mp_get_long.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o: ../bn_mp_get_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_long.c - -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_long.c > CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_long.c -o CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_get_long.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj: ..\bn_mp_get_long_long.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long_long.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o: ../bn_mp_get_long_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c - -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c > CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long_long.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -o CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_get_long_long.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj: ..\bn_mp_grow.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_grow.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_grow.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o: ../bn_mp_grow.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_grow.c - -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_grow.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_grow.c > CMakeFiles/tommathStatic.dir/bn_mp_grow.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_grow.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_grow.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_grow.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_grow.c -o CMakeFiles/tommathStatic.dir/bn_mp_grow.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_grow.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_grow.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj: ..\bn_mp_import.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_import.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_import.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_import.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o: ../bn_mp_import.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_import.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_import.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_import.c - -CMakeFiles/tommathStatic.dir/bn_mp_import.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_import.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_import.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_import.c > CMakeFiles/tommathStatic.dir/bn_mp_import.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_import.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_import.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_import.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_import.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_import.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_import.c -o CMakeFiles/tommathStatic.dir/bn_mp_import.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_import.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_import.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj: ..\bn_mp_init.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_init.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_import.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_import.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_import.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_import.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_import.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o: ../bn_mp_init.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_init.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init.c - -CMakeFiles/tommathStatic.dir/bn_mp_init.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_init.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init.c > CMakeFiles/tommathStatic.dir/bn_mp_init.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_init.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_init.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init.c -o CMakeFiles/tommathStatic.dir/bn_mp_init.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_init.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj: ..\bn_mp_init_copy.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_copy.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_init.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_init.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o: ../bn_mp_init_copy.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c > CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_copy.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -o CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_copy.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj: ..\bn_mp_init_multi.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_multi.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o: ../bn_mp_init_multi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c > CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_multi.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -o CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_multi.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj: ..\bn_mp_init_set.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o: ../bn_mp_init_set.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_set.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_set.c > CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_set.c -o CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_init_set.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj: ..\bn_mp_init_set_int.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set_int.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o: ../bn_mp_init_set_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c > CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set_int.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -o CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_set_int.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj: ..\bn_mp_init_size.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_size.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o: ../bn_mp_init_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_init_size.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_init_size.c > CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_size.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_init_size.c -o CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_init_size.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_init_size.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj: ..\bn_mp_invmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o: ../bn_mp_invmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_invmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_invmod.c > CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_invmod.c -o CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_invmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj: ..\bn_mp_invmod_slow.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod_slow.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o: ../bn_mp_invmod_slow.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c - -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c > CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod_slow.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -o CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_invmod_slow.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj: ..\bn_mp_is_square.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_is_square.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o: ../bn_mp_is_square.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_is_square.c - -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_is_square.c > CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_is_square.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_is_square.c -o CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_is_square.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_is_square.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj: ..\bn_mp_jacobi.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_jacobi.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o: ../bn_mp_jacobi.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c - -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c > CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_jacobi.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -o CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_jacobi.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj: ..\bn_mp_karatsuba_mul.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_mul.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o: ../bn_mp_karatsuba_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c - -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c > CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_mul.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -o CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_mul.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj: ..\bn_mp_karatsuba_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_sqr.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o: ../bn_mp_karatsuba_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c - -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c > CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -o CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_karatsuba_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj: ..\bn_mp_kronecker.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_kronecker.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_kronecker.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o.requires +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_kronecker.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_kronecker.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o.provides +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_kronecker.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_kronecker.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj: ..\bn_mp_lcm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lcm.c +<< - -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o: ../bn_mp_lcm.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_lcm.c - -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_lcm.c > CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lcm.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_lcm.c -o CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_lcm.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lcm.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj: ..\bn_mp_lshd.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lshd.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o: ../bn_mp_lshd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_lshd.c - -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_lshd.c > CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lshd.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_lshd.c -o CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_lshd.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_lshd.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj: ..\bn_mp_mod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o: ../bn_mp_mod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod.c - -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_mod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod.c > CMakeFiles/tommathStatic.dir/bn_mp_mod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_mod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_mod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod.c -o CMakeFiles/tommathStatic.dir/bn_mp_mod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_mod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj: ..\bn_mp_mod_2d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_2d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o: ../bn_mp_mod_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c - -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c > CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_2d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -o CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_2d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj: ..\bn_mp_mod_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o: ../bn_mp_mod_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c > CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -o CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mod_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\bn_mp_montgomery_calc_normalization.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_calc_normalization.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o: ../bn_mp_montgomery_calc_normalization.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c > CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_calc_normalization.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_calc_normalization.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj: ..\bn_mp_montgomery_reduce.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_reduce.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o: ../bn_mp_montgomery_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c > CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_reduce.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_reduce.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj: ..\bn_mp_montgomery_setup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_setup.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o: ../bn_mp_montgomery_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c > CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_setup.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_montgomery_setup.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj: ..\bn_mp_mul.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mul.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o: ../bn_mp_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul.c - -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul.c > CMakeFiles/tommathStatic.dir/bn_mp_mul.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_mul.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul.c -o CMakeFiles/tommathStatic.dir/bn_mp_mul.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_mul.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj: ..\bn_mp_mul_2.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o: ../bn_mp_mul_2.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c > CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -o CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj: ..\bn_mp_mul_2d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o: ../bn_mp_mul_2d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c > CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -o CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_2d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj: ..\bn_mp_mul_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o: ../bn_mp_mul_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c > CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -o CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mul_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj: ..\bn_mp_mulmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mulmod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o: ../bn_mp_mulmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c > CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mulmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -o CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_mulmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj: ..\bn_mp_n_root.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o: ../bn_mp_n_root.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_n_root.c - -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_n_root.c > CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_n_root.c -o CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_n_root.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj: ..\bn_mp_n_root_ex.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root_ex.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o: ../bn_mp_n_root_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c - -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c > CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root_ex.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -o CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_n_root_ex.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj: ..\bn_mp_neg.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_neg.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_neg.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o: ../bn_mp_neg.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_neg.c - -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_neg.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_neg.c > CMakeFiles/tommathStatic.dir/bn_mp_neg.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_neg.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_neg.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_neg.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_neg.c -o CMakeFiles/tommathStatic.dir/bn_mp_neg.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_neg.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_neg.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj: ..\bn_mp_or.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_or.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_or.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_or.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o: ../bn_mp_or.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_or.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_or.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_or.c - -CMakeFiles/tommathStatic.dir/bn_mp_or.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_or.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_or.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_or.c > CMakeFiles/tommathStatic.dir/bn_mp_or.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_or.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_or.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_or.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_or.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_or.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_or.c -o CMakeFiles/tommathStatic.dir/bn_mp_or.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_or.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_or.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj: ..\bn_mp_prime_fermat.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_fermat.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_or.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_or.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_or.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_or.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_or.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o: ../bn_mp_prime_fermat.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c > CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_fermat.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -o CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_fermat.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\bn_mp_prime_frobenius_underwood.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_frobenius_underwood.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_frobenius_underwood.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o.requires +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_frobenius_underwood.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_frobenius_underwood.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o.provides +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_frobenius_underwood.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_frobenius_underwood.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj: ..\bn_mp_prime_is_divisible.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_divisible.c +<< - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o: ../bn_mp_prime_is_divisible.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c > CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_divisible.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -o CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_divisible.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj: ..\bn_mp_prime_is_prime.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_prime.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o: ../bn_mp_prime_is_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c > CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_prime.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -o CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_is_prime.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj: ..\bn_mp_prime_miller_rabin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_miller_rabin.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o: ../bn_mp_prime_miller_rabin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c > CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_miller_rabin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -o CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_miller_rabin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj: ..\bn_mp_prime_next_prime.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_next_prime.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o: ../bn_mp_prime_next_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c > CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_next_prime.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -o CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_next_prime.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\bn_mp_prime_rabin_miller_trials.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_rabin_miller_trials.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o: ../bn_mp_prime_rabin_miller_trials.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c > CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_rabin_miller_trials.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -o CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_rabin_miller_trials.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj: ..\bn_mp_prime_random_ex.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_random_ex.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o: ../bn_mp_prime_random_ex.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c > CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_random_ex.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -o CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_random_ex.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\bn_mp_prime_strong_lucas_selfridge.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_prime_strong_lucas_selfridge.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_strong_lucas_selfridge.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o.requires +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_prime_strong_lucas_selfridge.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_strong_lucas_selfridge.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o.provides +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_prime_strong_lucas_selfridge.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_prime_strong_lucas_selfridge.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj: ..\bn_mp_radix_size.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_size.c +<< - -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o: ../bn_mp_radix_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c - -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c > CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_size.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -o CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_size.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj: ..\bn_mp_radix_smap.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_smap.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o: ../bn_mp_radix_smap.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c - -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c > CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_smap.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -o CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_radix_smap.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj: ..\bn_mp_rand.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_rand.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rand.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o: ../bn_mp_rand.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_rand.c - -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_rand.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_rand.c > CMakeFiles/tommathStatic.dir/bn_mp_rand.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_rand.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rand.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_rand.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_rand.c -o CMakeFiles/tommathStatic.dir/bn_mp_rand.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_rand.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rand.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj: ..\bn_mp_read_radix.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_radix.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o: ../bn_mp_read_radix.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c - -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c > CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_radix.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -o CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_radix.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj: ..\bn_mp_read_signed_bin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_signed_bin.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o: ../bn_mp_read_signed_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c - -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c > CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_signed_bin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -o CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_signed_bin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj: ..\bn_mp_read_unsigned_bin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_unsigned_bin.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o: ../bn_mp_read_unsigned_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c - -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c > CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_unsigned_bin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -o CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_read_unsigned_bin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj: ..\bn_mp_reduce.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o: ../bn_mp_reduce.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce.c > CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce.c -o CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_reduce.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj: ..\bn_mp_reduce_2k.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o: ../bn_mp_reduce_2k.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c > CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj: ..\bn_mp_reduce_2k_l.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_l.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o: ../bn_mp_reduce_2k_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c > CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_l.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_l.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj: ..\bn_mp_reduce_2k_setup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o: ../bn_mp_reduce_2k_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c > CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\bn_mp_reduce_2k_setup_l.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup_l.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o: ../bn_mp_reduce_2k_setup_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c > CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup_l.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_2k_setup_l.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj: ..\bn_mp_reduce_is_2k.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o: ../bn_mp_reduce_is_2k.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c > CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj: ..\bn_mp_reduce_is_2k_l.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k_l.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o: ../bn_mp_reduce_is_2k_l.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c > CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k_l.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_is_2k_l.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj: ..\bn_mp_reduce_setup.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_setup.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o: ../bn_mp_reduce_setup.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c > CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_setup.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -o CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_reduce_setup.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj: ..\bn_mp_rshd.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rshd.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o: ../bn_mp_rshd.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_rshd.c - -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_rshd.c > CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rshd.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_rshd.c -o CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_rshd.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_rshd.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj: ..\bn_mp_set.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_set.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o: ../bn_mp_set.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_set.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set.c - -CMakeFiles/tommathStatic.dir/bn_mp_set.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_set.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_set.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set.c > CMakeFiles/tommathStatic.dir/bn_mp_set.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_set.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_set.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_set.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set.c -o CMakeFiles/tommathStatic.dir/bn_mp_set.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_set.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj: ..\bn_mp_set_double.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set_double.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_double.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_set.c.o.requires +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_set_double.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_double.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_set.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_set.c.o.provides +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_set_double.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_set_double.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_double.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_set.c.o +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj: ..\bn_mp_set_int.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_int.c +<< - -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o: ../bn_mp_set_int.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_int.c - -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_int.c > CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_int.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_int.c -o CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_set_int.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_int.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj: ..\bn_mp_set_long.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o: ../bn_mp_set_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_long.c - -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_long.c > CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_long.c -o CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_set_long.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj: ..\bn_mp_set_long_long.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long_long.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o: ../bn_mp_set_long_long.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c - -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c > CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long_long.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -o CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_set_long_long.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj: ..\bn_mp_shrink.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_shrink.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o: ../bn_mp_shrink.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_shrink.c - -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_shrink.c > CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_shrink.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_shrink.c -o CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_shrink.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_shrink.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj: ..\bn_mp_signed_bin_size.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_signed_bin_size.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o: ../bn_mp_signed_bin_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c - -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c > CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_signed_bin_size.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -o CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_signed_bin_size.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj: ..\bn_mp_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqr.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o: ../bn_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqr.c - -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqr.c > CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqr.c -o CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj: ..\bn_mp_sqrmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrmod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o: ../bn_mp_sqrmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c > CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -o CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrmod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj: ..\bn_mp_sqrt.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrt.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o: ../bn_mp_sqrt.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c - -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c > CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrt.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -o CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrt.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj: ..\bn_mp_sqrtmod_prime.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrtmod_prime.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o: ../bn_mp_sqrtmod_prime.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c - -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c > CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrtmod_prime.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -o CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sqrtmod_prime.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj: ..\bn_mp_sub.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sub.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o: ../bn_mp_sub.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sub.c - -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_sub.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sub.c > CMakeFiles/tommathStatic.dir/bn_mp_sub.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_sub.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_sub.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sub.c -o CMakeFiles/tommathStatic.dir/bn_mp_sub.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_sub.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj: ..\bn_mp_sub_d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub_d.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o: ../bn_mp_sub_d.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c > CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -o CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_sub_d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj: ..\bn_mp_submod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_submod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_submod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o: ../bn_mp_submod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_submod.c - -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_submod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_submod.c > CMakeFiles/tommathStatic.dir/bn_mp_submod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_submod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_submod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_submod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_submod.c -o CMakeFiles/tommathStatic.dir/bn_mp_submod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_submod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_submod.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj: ..\bn_mp_tc_and.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_tc_and.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_and.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o.requires +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_tc_and.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_and.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o.provides +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_tc_and.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_and.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj: ..\bn_mp_tc_div_2d.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_tc_div_2d.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_div_2d.c +<< +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_tc_div_2d.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_div_2d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o: ../bn_mp_to_signed_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_tc_div_2d.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_div_2d.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj: ..\bn_mp_tc_or.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_tc_or.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_or.c +<< + +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_tc_or.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_or.c +<< + +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_tc_or.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_or.c +<< + +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj: ..\bn_mp_tc_xor.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_tc_xor.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_xor.c +<< + +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_tc_xor.c.i" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_xor.c +<< + +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_tc_xor.c.s" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_tc_xor.c +<< + +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj: ..\bn_mp_to_signed_bin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin.c +<< + +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c > CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -o CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj: ..\bn_mp_to_signed_bin_n.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin_n.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o: ../bn_mp_to_signed_bin_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c - -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c > CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin_n.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -o CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_signed_bin_n.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj: ..\bn_mp_to_unsigned_bin.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o: ../bn_mp_to_unsigned_bin.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c > CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -o CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\bn_mp_to_unsigned_bin_n.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin_n.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o: ../bn_mp_to_unsigned_bin_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c > CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin_n.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -o CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_to_unsigned_bin_n.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj: ..\bn_mp_toom_mul.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_mul.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o: ../bn_mp_toom_mul.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c - -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c > CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_mul.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -o CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_mul.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj: ..\bn_mp_toom_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_sqr.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o: ../bn_mp_toom_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c - -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c > CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -o CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toom_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj: ..\bn_mp_toradix.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o: ../bn_mp_toradix.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toradix.c - -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toradix.c > CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toradix.c -o CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_toradix.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj: ..\bn_mp_toradix_n.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix_n.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o: ../bn_mp_toradix_n.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c - -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c > CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix_n.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -o CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_toradix_n.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj: ..\bn_mp_unsigned_bin_size.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_unsigned_bin_size.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o: ../bn_mp_unsigned_bin_size.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c - -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c > CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_unsigned_bin_size.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -o CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_unsigned_bin_size.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj: ..\bn_mp_xor.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_xor.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_xor.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o: ../bn_mp_xor.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_xor.c - -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_xor.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_xor.c > CMakeFiles/tommathStatic.dir/bn_mp_xor.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_xor.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_xor.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_xor.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_xor.c -o CMakeFiles/tommathStatic.dir/bn_mp_xor.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_xor.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_xor.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj: ..\bn_mp_zero.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_zero.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_zero.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o - - -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o: ../bn_mp_zero.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o -c /home/wolverindev/cgit/libtommath/bn_mp_zero.c - -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_mp_zero.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_mp_zero.c > CMakeFiles/tommathStatic.dir/bn_mp_zero.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_mp_zero.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_zero.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_mp_zero.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_mp_zero.c -o CMakeFiles/tommathStatic.dir/bn_mp_zero.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_mp_zero.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_mp_zero.c +<< -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj: ..\bn_prime_tab.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object CMakeFiles/tommathStatic.dir/bn_prime_tab.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_prime_tab.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o.provides: CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o - - -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o: ../bn_prime_tab.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o -c /home/wolverindev/cgit/libtommath/bn_prime_tab.c - -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_prime_tab.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_prime_tab.c > CMakeFiles/tommathStatic.dir/bn_prime_tab.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_prime_tab.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_prime_tab.c +<< -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_prime_tab.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_prime_tab.c -o CMakeFiles/tommathStatic.dir/bn_prime_tab.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_prime_tab.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_prime_tab.c +<< -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_reverse.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_reverse.c.obj: ..\bn_reverse.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object CMakeFiles/tommathStatic.dir/bn_reverse.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_reverse.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_reverse.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o.provides: CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o - - -CMakeFiles/tommathStatic.dir/bn_reverse.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_reverse.c.o: ../bn_reverse.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object CMakeFiles/tommathStatic.dir/bn_reverse.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_reverse.c.o -c /home/wolverindev/cgit/libtommath/bn_reverse.c - -CMakeFiles/tommathStatic.dir/bn_reverse.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_reverse.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_reverse.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_reverse.c > CMakeFiles/tommathStatic.dir/bn_reverse.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_reverse.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_reverse.c +<< -CMakeFiles/tommathStatic.dir/bn_reverse.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_reverse.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_reverse.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_reverse.c -o CMakeFiles/tommathStatic.dir/bn_reverse.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_reverse.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_reverse.c +<< -CMakeFiles/tommathStatic.dir/bn_reverse.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj: ..\bn_s_mp_add.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_add.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_reverse.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_reverse.c.o.provides: CMakeFiles/tommathStatic.dir/bn_reverse.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_reverse.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_reverse.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_reverse.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_reverse.c.o - - -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o: ../bn_s_mp_add.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_add.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_add.c > CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_add.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_add.c -o CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_s_mp_add.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_add.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj: ..\bn_s_mp_exptmod.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_exptmod.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o.provides: CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o - - -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o: ../bn_s_mp_exptmod.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c > CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_exptmod.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -o CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_exptmod.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj: ..\bn_s_mp_mul_digs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_digs.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o.provides: CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o - - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o: ../bn_s_mp_mul_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c > CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_digs.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -o CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_digs.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj: ..\bn_s_mp_mul_high_digs.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_high_digs.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o.provides: CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o - - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o: ../bn_s_mp_mul_high_digs.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c > CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_high_digs.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -o CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_mul_high_digs.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj: ..\bn_s_mp_sqr.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sqr.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o.provides: CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o - - -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o: ../bn_s_mp_sqr.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c > CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -o CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sqr.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o.requires: +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj: ..\bn_s_mp_sub.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sub.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o.provides: CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o - - -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o: ../bn_s_mp_sub.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o -c /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c > CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sub.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -o CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.s + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bn_s_mp_sub.c +<< -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o.requires: +CMakeFiles\tommathStatic.dir\bncore.c.obj: CMakeFiles\tommathStatic.dir\flags.make +CMakeFiles\tommathStatic.dir\bncore.c.obj: ..\bncore.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object CMakeFiles/tommathStatic.dir/bncore.c.obj" + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoCMakeFiles\tommathStatic.dir\bncore.c.obj /FdCMakeFiles\tommathStatic.dir\tommathStatic.pdb /FS -c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bncore.c +<< -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o.requires - -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o.provides: CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o.provides - -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o.provides.build: CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o - - -CMakeFiles/tommathStatic.dir/bncore.c.o: CMakeFiles/tommathStatic.dir/flags.make -CMakeFiles/tommathStatic.dir/bncore.c.o: ../bncore.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object CMakeFiles/tommathStatic.dir/bncore.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/tommathStatic.dir/bncore.c.o -c /home/wolverindev/cgit/libtommath/bncore.c - -CMakeFiles/tommathStatic.dir/bncore.c.i: cmake_force +CMakeFiles\tommathStatic.dir\bncore.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tommathStatic.dir/bncore.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/wolverindev/cgit/libtommath/bncore.c > CMakeFiles/tommathStatic.dir/bncore.c.i + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe > CMakeFiles\tommathStatic.dir\bncore.c.i @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bncore.c +<< -CMakeFiles/tommathStatic.dir/bncore.c.s: cmake_force +CMakeFiles\tommathStatic.dir\bncore.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tommathStatic.dir/bncore.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/wolverindev/cgit/libtommath/bncore.c -o CMakeFiles/tommathStatic.dir/bncore.c.s - -CMakeFiles/tommathStatic.dir/bncore.c.o.requires: - -.PHONY : CMakeFiles/tommathStatic.dir/bncore.c.o.requires - -CMakeFiles/tommathStatic.dir/bncore.c.o.provides: CMakeFiles/tommathStatic.dir/bncore.c.o.requires - $(MAKE) -f CMakeFiles/tommathStatic.dir/build.make CMakeFiles/tommathStatic.dir/bncore.c.o.provides.build -.PHONY : CMakeFiles/tommathStatic.dir/bncore.c.o.provides - -CMakeFiles/tommathStatic.dir/bncore.c.o.provides.build: CMakeFiles/tommathStatic.dir/bncore.c.o - + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\cl.exe @<< + /nologo $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) /FoNUL /FAs /FaCMakeFiles\tommathStatic.dir\bncore.c.s /c C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\bncore.c +<< # Object files for target tommathStatic tommathStatic_OBJECTS = \ -"CMakeFiles/tommathStatic.dir/bn_error.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_add.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_and.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_div.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_export.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_import.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_init.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_or.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_set.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_reverse.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o" \ -"CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o" \ -"CMakeFiles/tommathStatic.dir/bncore.c.o" +"CMakeFiles\tommathStatic.dir\bn_error.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_reverse.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj" \ +"CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj" \ +"CMakeFiles\tommathStatic.dir\bncore.c.obj" # External object files for target tommathStatic tommathStatic_EXTERNAL_OBJECTS = -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_error.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_add.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_and.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_div.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_export.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_import.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_init.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_or.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_set.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_reverse.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/bncore.c.o -libtommathStatic.a: CMakeFiles/tommathStatic.dir/build.make -libtommathStatic.a: CMakeFiles/tommathStatic.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Linking C static library libtommathStatic.a" - $(CMAKE_COMMAND) -P CMakeFiles/tommathStatic.dir/cmake_clean_target.cmake - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tommathStatic.dir/link.txt --verbose=$(VERBOSE) +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_error.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_reverse.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\bncore.c.obj +tommathStatic.lib: CMakeFiles\tommathStatic.dir\build.make +tommathStatic.lib: CMakeFiles\tommathStatic.dir\objects1.rsp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Linking C static library tommathStatic.lib" + $(CMAKE_COMMAND) -P CMakeFiles\tommathStatic.dir\cmake_clean_target.cmake + C:\PROGRA~2\MICROS~2\2017\ENTERP~1\VC\Tools\MSVC\1416~1.270\bin\Hostx64\x64\link.exe /lib /nologo /machine:x64 /out:tommathStatic.lib @CMakeFiles\tommathStatic.dir\objects1.rsp # Rule to build all files generated by this target. -CMakeFiles/tommathStatic.dir/build: libtommathStatic.a +CMakeFiles\tommathStatic.dir\build: tommathStatic.lib -.PHONY : CMakeFiles/tommathStatic.dir/build +.PHONY : CMakeFiles\tommathStatic.dir\build -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_error.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_add.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_and.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_div.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_export.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_import.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_init.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_or.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_set.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_reverse.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o.requires -CMakeFiles/tommathStatic.dir/requires: CMakeFiles/tommathStatic.dir/bncore.c.o.requires +CMakeFiles\tommathStatic.dir\clean: + $(CMAKE_COMMAND) -P CMakeFiles\tommathStatic.dir\cmake_clean.cmake +.PHONY : CMakeFiles\tommathStatic.dir\clean -.PHONY : CMakeFiles/tommathStatic.dir/requires - -CMakeFiles/tommathStatic.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/tommathStatic.dir/cmake_clean.cmake -.PHONY : CMakeFiles/tommathStatic.dir/clean - -CMakeFiles/tommathStatic.dir/depend: - cd /home/wolverindev/cgit/libtommath/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/wolverindev/cgit/libtommath /home/wolverindev/cgit/libtommath /home/wolverindev/cgit/libtommath/cmake-build-debug /home/wolverindev/cgit/libtommath/cmake-build-debug /home/wolverindev/cgit/libtommath/cmake-build-debug/CMakeFiles/tommathStatic.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/tommathStatic.dir/depend +CMakeFiles\tommathStatic.dir\depend: + $(CMAKE_COMMAND) -E cmake_depends "NMake Makefiles" C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug C:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug\CMakeFiles\tommathStatic.dir\DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles\tommathStatic.dir\depend diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/tommathStatic.dir/cmake_clean.cmake index 597b781..a543ba2 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/cmake_clean.cmake +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/cmake_clean.cmake @@ -1,134 +1,145 @@ file(REMOVE_RECURSE - "CMakeFiles/tommathStatic.dir/bn_error.c.o" - "CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o" - "CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o" - "CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o" - "CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o" - "CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_add.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_and.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_div.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_export.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_import.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_init.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_or.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_set.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o" - "CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o" - "CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o" - "CMakeFiles/tommathStatic.dir/bn_reverse.c.o" - "CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o" - "CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o" - "CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o" - "CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o" - "CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o" - "CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o" - "CMakeFiles/tommathStatic.dir/bncore.c.o" - "libtommathStatic.pdb" - "libtommathStatic.a" + "CMakeFiles/tommathStatic.dir/bn_error.c.obj" + "CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.obj" + "CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.obj" + "CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.obj" + "CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_abs.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_add.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_and.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_clear.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_complement.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_copy.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_div.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_exch.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_export.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_fread.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_get_bit.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_get_double.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_grow.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_import.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_init.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_kronecker.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_mod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_mul.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_neg.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_or.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_frobenius_underwood.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_prime_strong_lucas_selfridge.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_rand.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_set.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_set_double.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_sub.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_submod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_tc_and.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_tc_div_2d.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_tc_or.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_tc_xor.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_xor.c.obj" + "CMakeFiles/tommathStatic.dir/bn_mp_zero.c.obj" + "CMakeFiles/tommathStatic.dir/bn_prime_tab.c.obj" + "CMakeFiles/tommathStatic.dir/bn_reverse.c.obj" + "CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.obj" + "CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.obj" + "CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.obj" + "CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.obj" + "CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.obj" + "CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.obj" + "CMakeFiles/tommathStatic.dir/bncore.c.obj" + "tommathStatic.pdb" + "tommathStatic.lib" ) # Per-language clean rules from dependency scanning. diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/cmake_clean_target.cmake b/cmake-build-debug/CMakeFiles/tommathStatic.dir/cmake_clean_target.cmake index 3e50a04..3a95888 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/cmake_clean_target.cmake +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/cmake_clean_target.cmake @@ -1,3 +1,3 @@ file(REMOVE_RECURSE - "libtommathStatic.a" + "tommathStatic.lib" ) diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/depend.internal b/cmake-build-debug/CMakeFiles/tommathStatic.dir/depend.internal index 5691928..a02f3f9 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/depend.internal +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/depend.internal @@ -1,771 +1,837 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 -CMakeFiles/tommathStatic.dir/bn_error.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_error.c -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_mp_invmod.c -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_mp_montgomery_reduce.c -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_digs.c -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_mul_high_digs.c -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_fast_s_mp_sqr.c -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_2expt.c -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_abs.c -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_add.c -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_add_d.c -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_addmod.c -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_and.c -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clamp.c -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clear.c -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_clear_multi.c -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp.c -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp_d.c -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cmp_mag.c -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_cnt_lsb.c -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_copy.c -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_count_bits.c -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div.c -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_2.c -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_2d.c -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_3.c -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_div_d.c -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_is_modulus.c -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_reduce.c -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_dr_setup.c -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exch.c -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_export.c -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_expt_d.c -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_expt_d_ex.c -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exptmod.c -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exptmod_fast.c -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_exteuclid.c -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_fread.c -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_fwrite.c -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_gcd.c -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_int.c -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_long.c -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_get_long_long.c -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_grow.c -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_import.c -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init.c -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_copy.c -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_multi.c -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_set.c -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_set_int.c -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_init_size.c -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_invmod.c -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_invmod_slow.c -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_is_square.c -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_jacobi.c -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_mul.c -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_karatsuba_sqr.c -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_lcm.c -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_lshd.c -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod.c -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod_2d.c -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mod_d.c -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_calc_normalization.c -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_reduce.c -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_montgomery_setup.c -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul.c -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_2.c -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_2d.c -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mul_d.c -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_mulmod.c -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_n_root.c -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_n_root_ex.c -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_neg.c -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_or.c -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_fermat.c -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_is_divisible.c -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_is_prime.c -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_miller_rabin.c -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_next_prime.c -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_rabin_miller_trials.c -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_prime_random_ex.c -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_radix_size.c -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_radix_smap.c -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_rand.c -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_radix.c -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_signed_bin.c -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_read_unsigned_bin.c -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce.c -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k.c -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_l.c -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup.c -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_2k_setup_l.c -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k.c -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_is_2k_l.c -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_reduce_setup.c -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_rshd.c -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set.c -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_int.c -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_long.c -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_set_long_long.c -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_shrink.c -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_signed_bin_size.c -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqr.c -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrmod.c -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrt.c -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sqrtmod_prime.c -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sub.c -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_sub_d.c -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_submod.c -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin.c -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_signed_bin_n.c -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin.c -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_to_unsigned_bin_n.c -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toom_mul.c -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toom_sqr.c -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toradix.c -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_toradix_n.c -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_unsigned_bin_size.c -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_xor.c -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_mp_zero.c -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_prime_tab.c -CMakeFiles/tommathStatic.dir/bn_reverse.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_reverse.c -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_add.c -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_exptmod.c -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_mul_digs.c -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_mul_high_digs.c -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_sqr.c -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bn_s_mp_sub.c -CMakeFiles/tommathStatic.dir/bncore.c.o - ..//tommath.h - ..//tommath_class.h - ..//tommath_private.h - ..//tommath_superclass.h - /home/wolverindev/cgit/libtommath/bncore.c +CMakeFiles/tommathStatic.dir/bn_error.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_error.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_invmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_mp_montgomery_reduce.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_digs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_mul_high_digs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_fast_s_mp_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_2expt.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_abs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_abs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_add.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_add_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_addmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_and.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_and.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clamp.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_clear.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_clear_multi.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cmp_mag.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_cnt_lsb.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_complement.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_complement.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_copy.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_copy.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_count_bits.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_div.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_2d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_3.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_div_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_is_modulus.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_reduce.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_dr_setup.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_exch.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exch.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_export.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_export.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_expt_d_ex.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exptmod_fast.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_exteuclid.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_fread.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fread.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_fwrite.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_gcd.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_get_bit.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_bit.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_get_double.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_double.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_int.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_get_long_long.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_grow.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_grow.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_import.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_import.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_init.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_copy.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_multi.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_set_int.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_init_size.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_invmod_slow.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_is_square.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_jacobi.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_mul.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_karatsuba_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_kronecker.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_kronecker.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lcm.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_lshd.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_mod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_2d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mod_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_calc_normalization.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_reduce.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_montgomery_setup.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_mul.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_2d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mul_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_mulmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_n_root_ex.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_neg.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_neg.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_or.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_or.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_fermat.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_frobenius_underwood.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_frobenius_underwood.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_divisible.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_is_prime.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_miller_rabin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_next_prime.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_rabin_miller_trials.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_random_ex.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_prime_strong_lucas_selfridge.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_prime_strong_lucas_selfridge.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_size.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_radix_smap.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_rand.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rand.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_radix.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_signed_bin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_read_unsigned_bin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_l.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_2k_setup_l.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_is_2k_l.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_reduce_setup.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_rshd.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_set.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_set_double.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_double.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_int.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_set_long_long.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_shrink.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_signed_bin_size.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrt.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sqrtmod_prime.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_sub.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_sub_d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_submod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_submod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_tc_and.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_and.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_tc_div_2d.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_div_2d.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_tc_or.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_or.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_tc_xor.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_tc_xor.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_signed_bin_n.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_to_unsigned_bin_n.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_mul.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toom_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_toradix_n.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_unsigned_bin_size.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_xor.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_xor.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_mp_zero.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_mp_zero.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_prime_tab.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_prime_tab.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_reverse.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_reverse.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_add.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_exptmod.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_digs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_mul_high_digs.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sqr.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bn_s_mp_sub.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h +CMakeFiles/tommathStatic.dir/bncore.c.obj + ..//tommath_superclass.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/bncore.c + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_class.h + C:/Users/WolverinDEV/TeaRoot-Client/third_party/tommath/tommath_private.h diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/depend.make b/cmake-build-debug/CMakeFiles/tommathStatic.dir/depend.make index 119a797..5507ecd 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/depend.make +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/depend.make @@ -1,771 +1,837 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 - -CMakeFiles/tommathStatic.dir/bn_error.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_error.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_error.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_error.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_error.c.o: ../bn_error.c - -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o: ../bn_fast_mp_invmod.c - -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o: ../bn_fast_mp_montgomery_reduce.c - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o: ../bn_fast_s_mp_mul_digs.c - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o: ../bn_fast_s_mp_mul_high_digs.c - -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o: ../bn_fast_s_mp_sqr.c - -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o: ../bn_mp_2expt.c - -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o: ../bn_mp_abs.c - -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_add.c.o: ../bn_mp_add.c - -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o: ../bn_mp_add_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o: ../bn_mp_addmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_and.c.o: ../bn_mp_and.c - -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o: ../bn_mp_clamp.c - -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o: ../bn_mp_clear.c - -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o: ../bn_mp_clear_multi.c - -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o: ../bn_mp_cmp.c - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o: ../bn_mp_cmp_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o: ../bn_mp_cmp_mag.c - -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o: ../bn_mp_cnt_lsb.c - -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o: ../bn_mp_copy.c - -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o: ../bn_mp_count_bits.c - -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_div.c.o: ../bn_mp_div.c - -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o: ../bn_mp_div_2.c - -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o: ../bn_mp_div_2d.c - -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o: ../bn_mp_div_3.c - -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o: ../bn_mp_div_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o: ../bn_mp_dr_is_modulus.c - -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o: ../bn_mp_dr_reduce.c - -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o: ../bn_mp_dr_setup.c - -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o: ../bn_mp_exch.c - -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_export.c.o: ../bn_mp_export.c - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o: ../bn_mp_expt_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o: ../bn_mp_expt_d_ex.c - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o: ../bn_mp_exptmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o: ../bn_mp_exptmod_fast.c - -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o: ../bn_mp_exteuclid.c - -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o: ../bn_mp_fread.c - -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o: ../bn_mp_fwrite.c - -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o: ../bn_mp_gcd.c - -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o: ../bn_mp_get_int.c - -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o: ../bn_mp_get_long.c - -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o: ../bn_mp_get_long_long.c - -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o: ../bn_mp_grow.c - -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_import.c.o: ../bn_mp_import.c - -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_init.c.o: ../bn_mp_init.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o: ../bn_mp_init_copy.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o: ../bn_mp_init_multi.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o: ../bn_mp_init_set.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o: ../bn_mp_init_set_int.c - -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o: ../bn_mp_init_size.c - -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o: ../bn_mp_invmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o: ../bn_mp_invmod_slow.c - -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o: ../bn_mp_is_square.c - -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o: ../bn_mp_jacobi.c - -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o: ../bn_mp_karatsuba_mul.c - -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o: ../bn_mp_karatsuba_sqr.c - -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o: ../bn_mp_lcm.c - -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o: ../bn_mp_lshd.c - -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o: ../bn_mp_mod.c - -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o: ../bn_mp_mod_2d.c - -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o: ../bn_mp_mod_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o: ../bn_mp_montgomery_calc_normalization.c - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o: ../bn_mp_montgomery_reduce.c - -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o: ../bn_mp_montgomery_setup.c - -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o: ../bn_mp_mul.c - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o: ../bn_mp_mul_2.c - -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o: ../bn_mp_mul_2d.c - -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o: ../bn_mp_mul_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o: ../bn_mp_mulmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o: ../bn_mp_n_root.c - -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o: ../bn_mp_n_root_ex.c - -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o: ../bn_mp_neg.c - -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_or.c.o: ../bn_mp_or.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o: ../bn_mp_prime_fermat.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o: ../bn_mp_prime_is_divisible.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o: ../bn_mp_prime_is_prime.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o: ../bn_mp_prime_miller_rabin.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o: ../bn_mp_prime_next_prime.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o: ../bn_mp_prime_rabin_miller_trials.c - -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o: ../bn_mp_prime_random_ex.c - -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o: ../bn_mp_radix_size.c - -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o: ../bn_mp_radix_smap.c - -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o: ../bn_mp_rand.c - -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o: ../bn_mp_read_radix.c - -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o: ../bn_mp_read_signed_bin.c - -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o: ../bn_mp_read_unsigned_bin.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o: ../bn_mp_reduce.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o: ../bn_mp_reduce_2k.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o: ../bn_mp_reduce_2k_l.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o: ../bn_mp_reduce_2k_setup.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o: ../bn_mp_reduce_2k_setup_l.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o: ../bn_mp_reduce_is_2k.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o: ../bn_mp_reduce_is_2k_l.c - -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o: ../bn_mp_reduce_setup.c - -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o: ../bn_mp_rshd.c - -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_set.c.o: ../bn_mp_set.c - -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o: ../bn_mp_set_int.c - -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o: ../bn_mp_set_long.c - -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o: ../bn_mp_set_long_long.c - -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o: ../bn_mp_shrink.c - -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o: ../bn_mp_signed_bin_size.c - -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o: ../bn_mp_sqr.c - -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o: ../bn_mp_sqrmod.c - -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o: ../bn_mp_sqrt.c - -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o: ../bn_mp_sqrtmod_prime.c - -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o: ../bn_mp_sub.c - -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o: ../bn_mp_sub_d.c - -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o: ../bn_mp_submod.c - -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o: ../bn_mp_to_signed_bin.c - -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o: ../bn_mp_to_signed_bin_n.c - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o: ../bn_mp_to_unsigned_bin.c - -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o: ../bn_mp_to_unsigned_bin_n.c - -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o: ../bn_mp_toom_mul.c - -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o: ../bn_mp_toom_sqr.c - -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o: ../bn_mp_toradix.c - -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o: ../bn_mp_toradix_n.c - -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o: ../bn_mp_unsigned_bin_size.c - -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o: ../bn_mp_xor.c - -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o: ../bn_mp_zero.c - -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o: ../bn_prime_tab.c - -CMakeFiles/tommathStatic.dir/bn_reverse.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_reverse.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_reverse.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_reverse.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_reverse.c.o: ../bn_reverse.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o: ../bn_s_mp_add.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o: ../bn_s_mp_exptmod.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o: ../bn_s_mp_mul_digs.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o: ../bn_s_mp_mul_high_digs.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o: ../bn_s_mp_sqr.c - -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o: ../bn_s_mp_sub.c - -CMakeFiles/tommathStatic.dir/bncore.c.o: ../tommath.h -CMakeFiles/tommathStatic.dir/bncore.c.o: ../tommath_class.h -CMakeFiles/tommathStatic.dir/bncore.c.o: ../tommath_private.h -CMakeFiles/tommathStatic.dir/bncore.c.o: ../tommath_superclass.h -CMakeFiles/tommathStatic.dir/bncore.c.o: ../bncore.c +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 + +CMakeFiles\tommathStatic.dir\bn_error.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_error.c.obj: ..\bn_error.c +CMakeFiles\tommathStatic.dir\bn_error.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_error.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_error.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj: ..\bn_fast_mp_invmod.c +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_fast_mp_invmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\bn_fast_mp_montgomery_reduce.c +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_fast_mp_montgomery_reduce.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj: ..\bn_fast_s_mp_mul_digs.c +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_digs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\bn_fast_s_mp_mul_high_digs.c +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_mul_high_digs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj: ..\bn_fast_s_mp_sqr.c +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_fast_s_mp_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj: ..\bn_mp_2expt.c +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_2expt.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj: ..\bn_mp_abs.c +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_abs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj: ..\bn_mp_add.c +CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_add.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj: ..\bn_mp_add_d.c +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_add_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj: ..\bn_mp_addmod.c +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_addmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj: ..\bn_mp_and.c +CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_and.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj: ..\bn_mp_clamp.c +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_clamp.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj: ..\bn_mp_clear.c +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_clear.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj: ..\bn_mp_clear_multi.c +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_clear_multi.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj: ..\bn_mp_cmp.c +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj: ..\bn_mp_cmp_d.c +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj: ..\bn_mp_cmp_mag.c +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_cmp_mag.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj: ..\bn_mp_cnt_lsb.c +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_cnt_lsb.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj: ..\bn_mp_complement.c +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_complement.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj: ..\bn_mp_copy.c +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_copy.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj: ..\bn_mp_count_bits.c +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_count_bits.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj: ..\bn_mp_div.c +CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_div.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj: ..\bn_mp_div_2.c +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_div_2.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj: ..\bn_mp_div_2d.c +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_div_2d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj: ..\bn_mp_div_3.c +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_div_3.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj: ..\bn_mp_div_d.c +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_div_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj: ..\bn_mp_dr_is_modulus.c +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_is_modulus.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj: ..\bn_mp_dr_reduce.c +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_reduce.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj: ..\bn_mp_dr_setup.c +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_dr_setup.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj: ..\bn_mp_exch.c +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_exch.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj: ..\bn_mp_export.c +CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_export.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj: ..\bn_mp_expt_d.c +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_expt_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj: ..\bn_mp_expt_d_ex.c +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_expt_d_ex.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj: ..\bn_mp_exptmod.c +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_exptmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj: ..\bn_mp_exptmod_fast.c +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_exptmod_fast.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj: ..\bn_mp_exteuclid.c +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_exteuclid.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj: ..\bn_mp_fread.c +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_fread.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj: ..\bn_mp_fwrite.c +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_fwrite.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj: ..\bn_mp_gcd.c +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_gcd.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj: ..\bn_mp_get_bit.c +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_get_bit.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj: ..\bn_mp_get_double.c +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_get_double.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj: ..\bn_mp_get_int.c +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_get_int.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj: ..\bn_mp_get_long.c +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_get_long.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj: ..\bn_mp_get_long_long.c +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_get_long_long.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj: ..\bn_mp_grow.c +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_grow.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj: ..\bn_mp_import.c +CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_import.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj: ..\bn_mp_init.c +CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_init.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj: ..\bn_mp_init_copy.c +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_init_copy.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj: ..\bn_mp_init_multi.c +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_init_multi.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj: ..\bn_mp_init_set.c +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_init_set.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj: ..\bn_mp_init_set_int.c +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_init_set_int.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj: ..\bn_mp_init_size.c +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_init_size.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj: ..\bn_mp_invmod.c +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_invmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj: ..\bn_mp_invmod_slow.c +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_invmod_slow.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj: ..\bn_mp_is_square.c +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_is_square.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj: ..\bn_mp_jacobi.c +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_jacobi.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj: ..\bn_mp_karatsuba_mul.c +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_mul.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj: ..\bn_mp_karatsuba_sqr.c +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_karatsuba_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj: ..\bn_mp_kronecker.c +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_kronecker.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj: ..\bn_mp_lcm.c +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_lcm.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj: ..\bn_mp_lshd.c +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_lshd.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj: ..\bn_mp_mod.c +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_mod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj: ..\bn_mp_mod_2d.c +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_mod_2d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj: ..\bn_mp_mod_d.c +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_mod_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\bn_mp_montgomery_calc_normalization.c +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_calc_normalization.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj: ..\bn_mp_montgomery_reduce.c +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_reduce.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj: ..\bn_mp_montgomery_setup.c +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_montgomery_setup.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj: ..\bn_mp_mul.c +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_mul.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj: ..\bn_mp_mul_2.c +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_2.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj: ..\bn_mp_mul_2d.c +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_2d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj: ..\bn_mp_mul_d.c +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_mul_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj: ..\bn_mp_mulmod.c +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_mulmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj: ..\bn_mp_n_root.c +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_n_root.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj: ..\bn_mp_n_root_ex.c +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_n_root_ex.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj: ..\bn_mp_neg.c +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_neg.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj: ..\bn_mp_or.c +CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_or.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj: ..\bn_mp_prime_fermat.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_fermat.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\bn_mp_prime_frobenius_underwood.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_frobenius_underwood.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj: ..\bn_mp_prime_is_divisible.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_divisible.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj: ..\bn_mp_prime_is_prime.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_is_prime.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj: ..\bn_mp_prime_miller_rabin.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_miller_rabin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj: ..\bn_mp_prime_next_prime.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_next_prime.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\bn_mp_prime_rabin_miller_trials.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_rabin_miller_trials.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj: ..\bn_mp_prime_random_ex.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_random_ex.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\bn_mp_prime_strong_lucas_selfridge.c +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_prime_strong_lucas_selfridge.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj: ..\bn_mp_radix_size.c +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_radix_size.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj: ..\bn_mp_radix_smap.c +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_radix_smap.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj: ..\bn_mp_rand.c +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_rand.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj: ..\bn_mp_read_radix.c +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_read_radix.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj: ..\bn_mp_read_signed_bin.c +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_read_signed_bin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj: ..\bn_mp_read_unsigned_bin.c +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_read_unsigned_bin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj: ..\bn_mp_reduce.c +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj: ..\bn_mp_reduce_2k.c +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj: ..\bn_mp_reduce_2k_l.c +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_l.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj: ..\bn_mp_reduce_2k_setup.c +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\bn_mp_reduce_2k_setup_l.c +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_2k_setup_l.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj: ..\bn_mp_reduce_is_2k.c +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj: ..\bn_mp_reduce_is_2k_l.c +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_is_2k_l.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj: ..\bn_mp_reduce_setup.c +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_reduce_setup.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj: ..\bn_mp_rshd.c +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_rshd.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj: ..\bn_mp_set.c +CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_set.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj: ..\bn_mp_set_double.c +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_set_double.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj: ..\bn_mp_set_int.c +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_set_int.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj: ..\bn_mp_set_long.c +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_set_long.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj: ..\bn_mp_set_long_long.c +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_set_long_long.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj: ..\bn_mp_shrink.c +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_shrink.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj: ..\bn_mp_signed_bin_size.c +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_signed_bin_size.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj: ..\bn_mp_sqr.c +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj: ..\bn_mp_sqrmod.c +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj: ..\bn_mp_sqrt.c +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrt.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj: ..\bn_mp_sqrtmod_prime.c +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_sqrtmod_prime.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj: ..\bn_mp_sub.c +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_sub.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj: ..\bn_mp_sub_d.c +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_sub_d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj: ..\bn_mp_submod.c +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_submod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj: ..\bn_mp_tc_and.c +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_and.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj: ..\bn_mp_tc_div_2d.c +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_div_2d.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj: ..\bn_mp_tc_or.c +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_or.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj: ..\bn_mp_tc_xor.c +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_tc_xor.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj: ..\bn_mp_to_signed_bin.c +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj: ..\bn_mp_to_signed_bin_n.c +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_to_signed_bin_n.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj: ..\bn_mp_to_unsigned_bin.c +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\bn_mp_to_unsigned_bin_n.c +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_to_unsigned_bin_n.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj: ..\bn_mp_toom_mul.c +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_toom_mul.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj: ..\bn_mp_toom_sqr.c +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_toom_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj: ..\bn_mp_toradix.c +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_toradix.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj: ..\bn_mp_toradix_n.c +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_toradix_n.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj: ..\bn_mp_unsigned_bin_size.c +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_unsigned_bin_size.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj: ..\bn_mp_xor.c +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_xor.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj: ..\bn_mp_zero.c +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_mp_zero.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj: ..\bn_prime_tab.c +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_prime_tab.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_reverse.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_reverse.c.obj: ..\bn_reverse.c +CMakeFiles\tommathStatic.dir\bn_reverse.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_reverse.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_reverse.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj: ..\bn_s_mp_add.c +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_s_mp_add.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj: ..\bn_s_mp_exptmod.c +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_s_mp_exptmod.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj: ..\bn_s_mp_mul_digs.c +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_digs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj: ..\bn_s_mp_mul_high_digs.c +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_s_mp_mul_high_digs.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj: ..\bn_s_mp_sqr.c +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_s_mp_sqr.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj: ..\bn_s_mp_sub.c +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bn_s_mp_sub.c.obj: ..\tommath_private.h + +CMakeFiles\tommathStatic.dir\bncore.c.obj: ..\tommath_superclass.h +CMakeFiles\tommathStatic.dir\bncore.c.obj: ..\bncore.c +CMakeFiles\tommathStatic.dir\bncore.c.obj: ..\tommath.h +CMakeFiles\tommathStatic.dir\bncore.c.obj: ..\tommath_class.h +CMakeFiles\tommathStatic.dir\bncore.c.obj: ..\tommath_private.h diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/flags.make b/cmake-build-debug/CMakeFiles/tommathStatic.dir/flags.make index 6e2764c..1ed4a12 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/flags.make +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/flags.make @@ -1,10 +1,10 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.8 +# Generated by "NMake Makefiles" Generator, CMake Version 3.13 -# compile C with /usr/bin/cc -C_FLAGS = -shared -g +# compile C with C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe +C_FLAGS = /DWIN32 /D_WINDOWS /W3 /MDd /Zi /Ob0 /Od /RTC1 -C_DEFINES = -DALL_FUNCTIONS +C_DEFINES = -C_INCLUDES = -I/home/wolverindev/cgit/libtommath/cmake-build-debug -I/home/wolverindev/cgit/libtommath +C_INCLUDES = -IC:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath\cmake-build-debug -IC:\Users\WolverinDEV\TeaRoot-Client\third_party\tommath diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/link.txt b/cmake-build-debug/CMakeFiles/tommathStatic.dir/link.txt deleted file mode 100644 index 9510659..0000000 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libtommathStatic.a CMakeFiles/tommathStatic.dir/bn_error.c.o CMakeFiles/tommathStatic.dir/bn_fast_mp_invmod.c.o CMakeFiles/tommathStatic.dir/bn_fast_mp_montgomery_reduce.c.o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_digs.c.o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_mul_high_digs.c.o CMakeFiles/tommathStatic.dir/bn_fast_s_mp_sqr.c.o CMakeFiles/tommathStatic.dir/bn_mp_2expt.c.o CMakeFiles/tommathStatic.dir/bn_mp_abs.c.o CMakeFiles/tommathStatic.dir/bn_mp_add.c.o CMakeFiles/tommathStatic.dir/bn_mp_add_d.c.o CMakeFiles/tommathStatic.dir/bn_mp_addmod.c.o CMakeFiles/tommathStatic.dir/bn_mp_and.c.o CMakeFiles/tommathStatic.dir/bn_mp_clamp.c.o CMakeFiles/tommathStatic.dir/bn_mp_clear.c.o CMakeFiles/tommathStatic.dir/bn_mp_clear_multi.c.o CMakeFiles/tommathStatic.dir/bn_mp_cmp.c.o CMakeFiles/tommathStatic.dir/bn_mp_cmp_d.c.o CMakeFiles/tommathStatic.dir/bn_mp_cmp_mag.c.o CMakeFiles/tommathStatic.dir/bn_mp_cnt_lsb.c.o CMakeFiles/tommathStatic.dir/bn_mp_copy.c.o CMakeFiles/tommathStatic.dir/bn_mp_count_bits.c.o CMakeFiles/tommathStatic.dir/bn_mp_div.c.o CMakeFiles/tommathStatic.dir/bn_mp_div_2.c.o CMakeFiles/tommathStatic.dir/bn_mp_div_2d.c.o CMakeFiles/tommathStatic.dir/bn_mp_div_3.c.o CMakeFiles/tommathStatic.dir/bn_mp_div_d.c.o CMakeFiles/tommathStatic.dir/bn_mp_dr_is_modulus.c.o CMakeFiles/tommathStatic.dir/bn_mp_dr_reduce.c.o CMakeFiles/tommathStatic.dir/bn_mp_dr_setup.c.o CMakeFiles/tommathStatic.dir/bn_mp_exch.c.o CMakeFiles/tommathStatic.dir/bn_mp_export.c.o CMakeFiles/tommathStatic.dir/bn_mp_expt_d.c.o CMakeFiles/tommathStatic.dir/bn_mp_expt_d_ex.c.o CMakeFiles/tommathStatic.dir/bn_mp_exptmod.c.o CMakeFiles/tommathStatic.dir/bn_mp_exptmod_fast.c.o CMakeFiles/tommathStatic.dir/bn_mp_exteuclid.c.o CMakeFiles/tommathStatic.dir/bn_mp_fread.c.o CMakeFiles/tommathStatic.dir/bn_mp_fwrite.c.o CMakeFiles/tommathStatic.dir/bn_mp_gcd.c.o CMakeFiles/tommathStatic.dir/bn_mp_get_int.c.o CMakeFiles/tommathStatic.dir/bn_mp_get_long.c.o CMakeFiles/tommathStatic.dir/bn_mp_get_long_long.c.o CMakeFiles/tommathStatic.dir/bn_mp_grow.c.o CMakeFiles/tommathStatic.dir/bn_mp_import.c.o CMakeFiles/tommathStatic.dir/bn_mp_init.c.o CMakeFiles/tommathStatic.dir/bn_mp_init_copy.c.o CMakeFiles/tommathStatic.dir/bn_mp_init_multi.c.o CMakeFiles/tommathStatic.dir/bn_mp_init_set.c.o CMakeFiles/tommathStatic.dir/bn_mp_init_set_int.c.o CMakeFiles/tommathStatic.dir/bn_mp_init_size.c.o CMakeFiles/tommathStatic.dir/bn_mp_invmod.c.o CMakeFiles/tommathStatic.dir/bn_mp_invmod_slow.c.o CMakeFiles/tommathStatic.dir/bn_mp_is_square.c.o CMakeFiles/tommathStatic.dir/bn_mp_jacobi.c.o CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_mul.c.o CMakeFiles/tommathStatic.dir/bn_mp_karatsuba_sqr.c.o CMakeFiles/tommathStatic.dir/bn_mp_lcm.c.o CMakeFiles/tommathStatic.dir/bn_mp_lshd.c.o CMakeFiles/tommathStatic.dir/bn_mp_mod.c.o CMakeFiles/tommathStatic.dir/bn_mp_mod_2d.c.o CMakeFiles/tommathStatic.dir/bn_mp_mod_d.c.o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_calc_normalization.c.o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_reduce.c.o CMakeFiles/tommathStatic.dir/bn_mp_montgomery_setup.c.o CMakeFiles/tommathStatic.dir/bn_mp_mul.c.o CMakeFiles/tommathStatic.dir/bn_mp_mul_2.c.o CMakeFiles/tommathStatic.dir/bn_mp_mul_2d.c.o CMakeFiles/tommathStatic.dir/bn_mp_mul_d.c.o CMakeFiles/tommathStatic.dir/bn_mp_mulmod.c.o CMakeFiles/tommathStatic.dir/bn_mp_n_root.c.o CMakeFiles/tommathStatic.dir/bn_mp_n_root_ex.c.o CMakeFiles/tommathStatic.dir/bn_mp_neg.c.o CMakeFiles/tommathStatic.dir/bn_mp_or.c.o CMakeFiles/tommathStatic.dir/bn_mp_prime_fermat.c.o CMakeFiles/tommathStatic.dir/bn_mp_prime_is_divisible.c.o CMakeFiles/tommathStatic.dir/bn_mp_prime_is_prime.c.o CMakeFiles/tommathStatic.dir/bn_mp_prime_miller_rabin.c.o CMakeFiles/tommathStatic.dir/bn_mp_prime_next_prime.c.o CMakeFiles/tommathStatic.dir/bn_mp_prime_rabin_miller_trials.c.o CMakeFiles/tommathStatic.dir/bn_mp_prime_random_ex.c.o CMakeFiles/tommathStatic.dir/bn_mp_radix_size.c.o CMakeFiles/tommathStatic.dir/bn_mp_radix_smap.c.o CMakeFiles/tommathStatic.dir/bn_mp_rand.c.o CMakeFiles/tommathStatic.dir/bn_mp_read_radix.c.o CMakeFiles/tommathStatic.dir/bn_mp_read_signed_bin.c.o CMakeFiles/tommathStatic.dir/bn_mp_read_unsigned_bin.c.o CMakeFiles/tommathStatic.dir/bn_mp_reduce.c.o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k.c.o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_l.c.o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup.c.o CMakeFiles/tommathStatic.dir/bn_mp_reduce_2k_setup_l.c.o CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k.c.o CMakeFiles/tommathStatic.dir/bn_mp_reduce_is_2k_l.c.o CMakeFiles/tommathStatic.dir/bn_mp_reduce_setup.c.o CMakeFiles/tommathStatic.dir/bn_mp_rshd.c.o CMakeFiles/tommathStatic.dir/bn_mp_set.c.o CMakeFiles/tommathStatic.dir/bn_mp_set_int.c.o CMakeFiles/tommathStatic.dir/bn_mp_set_long.c.o CMakeFiles/tommathStatic.dir/bn_mp_set_long_long.c.o CMakeFiles/tommathStatic.dir/bn_mp_shrink.c.o CMakeFiles/tommathStatic.dir/bn_mp_signed_bin_size.c.o CMakeFiles/tommathStatic.dir/bn_mp_sqr.c.o CMakeFiles/tommathStatic.dir/bn_mp_sqrmod.c.o CMakeFiles/tommathStatic.dir/bn_mp_sqrt.c.o CMakeFiles/tommathStatic.dir/bn_mp_sqrtmod_prime.c.o CMakeFiles/tommathStatic.dir/bn_mp_sub.c.o CMakeFiles/tommathStatic.dir/bn_mp_sub_d.c.o CMakeFiles/tommathStatic.dir/bn_mp_submod.c.o CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin.c.o CMakeFiles/tommathStatic.dir/bn_mp_to_signed_bin_n.c.o CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin.c.o CMakeFiles/tommathStatic.dir/bn_mp_to_unsigned_bin_n.c.o CMakeFiles/tommathStatic.dir/bn_mp_toom_mul.c.o CMakeFiles/tommathStatic.dir/bn_mp_toom_sqr.c.o CMakeFiles/tommathStatic.dir/bn_mp_toradix.c.o CMakeFiles/tommathStatic.dir/bn_mp_toradix_n.c.o CMakeFiles/tommathStatic.dir/bn_mp_unsigned_bin_size.c.o CMakeFiles/tommathStatic.dir/bn_mp_xor.c.o CMakeFiles/tommathStatic.dir/bn_mp_zero.c.o CMakeFiles/tommathStatic.dir/bn_prime_tab.c.o CMakeFiles/tommathStatic.dir/bn_reverse.c.o CMakeFiles/tommathStatic.dir/bn_s_mp_add.c.o CMakeFiles/tommathStatic.dir/bn_s_mp_exptmod.c.o CMakeFiles/tommathStatic.dir/bn_s_mp_mul_digs.c.o CMakeFiles/tommathStatic.dir/bn_s_mp_mul_high_digs.c.o CMakeFiles/tommathStatic.dir/bn_s_mp_sqr.c.o CMakeFiles/tommathStatic.dir/bn_s_mp_sub.c.o CMakeFiles/tommathStatic.dir/bncore.c.o -/usr/bin/ranlib libtommathStatic.a diff --git a/cmake-build-debug/CMakeFiles/tommathStatic.dir/progress.make b/cmake-build-debug/CMakeFiles/tommathStatic.dir/progress.make index e7f3ecf..a81df25 100644 --- a/cmake-build-debug/CMakeFiles/tommathStatic.dir/progress.make +++ b/cmake-build-debug/CMakeFiles/tommathStatic.dir/progress.make @@ -5,126 +5,137 @@ CMAKE_PROGRESS_4 = CMAKE_PROGRESS_5 = CMAKE_PROGRESS_6 = 52 CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = 53 -CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 53 CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = 54 -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = 55 -CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = 54 +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = 55 CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = 56 -CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = 56 CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = 57 -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = 58 +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = 57 +CMAKE_PROGRESS_21 = CMAKE_PROGRESS_22 = -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = 59 +CMAKE_PROGRESS_23 = 58 +CMAKE_PROGRESS_24 = CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = 60 +CMAKE_PROGRESS_26 = 59 CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = -CMAKE_PROGRESS_29 = 61 +CMAKE_PROGRESS_28 = 60 +CMAKE_PROGRESS_29 = CMAKE_PROGRESS_30 = -CMAKE_PROGRESS_31 = 62 +CMAKE_PROGRESS_31 = 61 CMAKE_PROGRESS_32 = CMAKE_PROGRESS_33 = -CMAKE_PROGRESS_34 = 63 +CMAKE_PROGRESS_34 = 62 CMAKE_PROGRESS_35 = CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = 64 +CMAKE_PROGRESS_37 = 63 CMAKE_PROGRESS_38 = -CMAKE_PROGRESS_39 = 65 -CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = 64 CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = 66 +CMAKE_PROGRESS_42 = 65 CMAKE_PROGRESS_43 = -CMAKE_PROGRESS_44 = 67 -CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = 66 CMAKE_PROGRESS_46 = -CMAKE_PROGRESS_47 = 68 -CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = 67 CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = 69 -CMAKE_PROGRESS_51 = -CMAKE_PROGRESS_52 = 70 +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = 68 +CMAKE_PROGRESS_52 = CMAKE_PROGRESS_53 = -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = 71 -CMAKE_PROGRESS_56 = -CMAKE_PROGRESS_57 = 72 +CMAKE_PROGRESS_54 = 69 +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = 70 +CMAKE_PROGRESS_57 = CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = -CMAKE_PROGRESS_60 = 73 +CMAKE_PROGRESS_59 = 71 +CMAKE_PROGRESS_60 = CMAKE_PROGRESS_61 = -CMAKE_PROGRESS_62 = 74 +CMAKE_PROGRESS_62 = 72 CMAKE_PROGRESS_63 = CMAKE_PROGRESS_64 = -CMAKE_PROGRESS_65 = 75 +CMAKE_PROGRESS_65 = 73 CMAKE_PROGRESS_66 = CMAKE_PROGRESS_67 = -CMAKE_PROGRESS_68 = 76 +CMAKE_PROGRESS_68 = 74 CMAKE_PROGRESS_69 = -CMAKE_PROGRESS_70 = 77 +CMAKE_PROGRESS_70 = 75 CMAKE_PROGRESS_71 = CMAKE_PROGRESS_72 = -CMAKE_PROGRESS_73 = 78 +CMAKE_PROGRESS_73 = 76 CMAKE_PROGRESS_74 = -CMAKE_PROGRESS_75 = 79 -CMAKE_PROGRESS_76 = +CMAKE_PROGRESS_75 = +CMAKE_PROGRESS_76 = 77 CMAKE_PROGRESS_77 = -CMAKE_PROGRESS_78 = 80 -CMAKE_PROGRESS_79 = -CMAKE_PROGRESS_80 = 81 +CMAKE_PROGRESS_78 = +CMAKE_PROGRESS_79 = 78 +CMAKE_PROGRESS_80 = CMAKE_PROGRESS_81 = -CMAKE_PROGRESS_82 = -CMAKE_PROGRESS_83 = 82 -CMAKE_PROGRESS_84 = +CMAKE_PROGRESS_82 = 79 +CMAKE_PROGRESS_83 = +CMAKE_PROGRESS_84 = 80 CMAKE_PROGRESS_85 = -CMAKE_PROGRESS_86 = 83 -CMAKE_PROGRESS_87 = -CMAKE_PROGRESS_88 = 84 +CMAKE_PROGRESS_86 = +CMAKE_PROGRESS_87 = 81 +CMAKE_PROGRESS_88 = CMAKE_PROGRESS_89 = -CMAKE_PROGRESS_90 = -CMAKE_PROGRESS_91 = 85 +CMAKE_PROGRESS_90 = 82 +CMAKE_PROGRESS_91 = CMAKE_PROGRESS_92 = -CMAKE_PROGRESS_93 = 86 +CMAKE_PROGRESS_93 = 83 CMAKE_PROGRESS_94 = CMAKE_PROGRESS_95 = -CMAKE_PROGRESS_96 = 87 +CMAKE_PROGRESS_96 = 84 CMAKE_PROGRESS_97 = -CMAKE_PROGRESS_98 = -CMAKE_PROGRESS_99 = 88 +CMAKE_PROGRESS_98 = 85 +CMAKE_PROGRESS_99 = CMAKE_PROGRESS_100 = -CMAKE_PROGRESS_101 = 89 +CMAKE_PROGRESS_101 = 86 CMAKE_PROGRESS_102 = CMAKE_PROGRESS_103 = -CMAKE_PROGRESS_104 = 90 +CMAKE_PROGRESS_104 = 87 CMAKE_PROGRESS_105 = -CMAKE_PROGRESS_106 = 91 -CMAKE_PROGRESS_107 = +CMAKE_PROGRESS_106 = +CMAKE_PROGRESS_107 = 88 CMAKE_PROGRESS_108 = -CMAKE_PROGRESS_109 = 92 -CMAKE_PROGRESS_110 = -CMAKE_PROGRESS_111 = 93 -CMAKE_PROGRESS_112 = +CMAKE_PROGRESS_109 = +CMAKE_PROGRESS_110 = 89 +CMAKE_PROGRESS_111 = +CMAKE_PROGRESS_112 = 90 CMAKE_PROGRESS_113 = -CMAKE_PROGRESS_114 = 94 -CMAKE_PROGRESS_115 = +CMAKE_PROGRESS_114 = +CMAKE_PROGRESS_115 = 91 CMAKE_PROGRESS_116 = -CMAKE_PROGRESS_117 = 95 -CMAKE_PROGRESS_118 = -CMAKE_PROGRESS_119 = 96 +CMAKE_PROGRESS_117 = +CMAKE_PROGRESS_118 = 92 +CMAKE_PROGRESS_119 = CMAKE_PROGRESS_120 = -CMAKE_PROGRESS_121 = -CMAKE_PROGRESS_122 = 97 +CMAKE_PROGRESS_121 = 93 +CMAKE_PROGRESS_122 = CMAKE_PROGRESS_123 = -CMAKE_PROGRESS_124 = 98 +CMAKE_PROGRESS_124 = 94 CMAKE_PROGRESS_125 = -CMAKE_PROGRESS_126 = -CMAKE_PROGRESS_127 = 99 +CMAKE_PROGRESS_126 = 95 +CMAKE_PROGRESS_127 = CMAKE_PROGRESS_128 = -CMAKE_PROGRESS_129 = 100 +CMAKE_PROGRESS_129 = 96 +CMAKE_PROGRESS_130 = +CMAKE_PROGRESS_131 = +CMAKE_PROGRESS_132 = 97 +CMAKE_PROGRESS_133 = +CMAKE_PROGRESS_134 = +CMAKE_PROGRESS_135 = 98 +CMAKE_PROGRESS_136 = +CMAKE_PROGRESS_137 = +CMAKE_PROGRESS_138 = 99 +CMAKE_PROGRESS_139 = +CMAKE_PROGRESS_140 = 100